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 <[email protected]> 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
