You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2020/01/28 20:06:15 UTC

[airavata] 04/04: Adding CILogon to dev amp gateway

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit ad5ce3b7e65167c4b3b76ffe13b5f189bf7e6a46
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Tue Jan 28 14:31:56 2020 -0500

    Adding CILogon to dev amp gateway
---
 dev-tools/ansible/roles/httpd/handlers/main.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/httpd/handlers/main.yml b/dev-tools/ansible/roles/httpd/handlers/main.yml
index af37327..dec326a 100644
--- a/dev-tools/ansible/roles/httpd/handlers/main.yml
+++ b/dev-tools/ansible/roles/httpd/handlers/main.yml
@@ -23,4 +23,6 @@
 # Gracefully reload httpd
 - name: restart httpd
   service: name={{ httpd_name[ansible_os_family] }} state=reloaded enabled=yes
-  become: yes
\ No newline at end of file
+  become: yes
+
+#{{ httpd_name[ansible_os_family] }}
\ No newline at end of file