removed extra line, spell-corrected enable
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/125abd29 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/125abd29 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/125abd29 Branch: refs/heads/ansible-testing-0.17 Commit: 125abd2999d945724e655140ba944561c6bd9d62 Parents: 8193c7f Author: jecoulte <[email protected]> Authored: Fri Jan 27 11:37:17 2017 -0500 Committer: jecoulte <[email protected]> Committed: Fri Jan 27 11:37:17 2017 -0500 ---------------------------------------------------------------------- dev-tools/ansible/roles/pga/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/125abd29/dev-tools/ansible/roles/pga/tasks/main.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/roles/pga/tasks/main.yml b/dev-tools/ansible/roles/pga/tasks/main.yml index 7db9b2d..14370ed 100644 --- a/dev-tools/ansible/roles/pga/tasks/main.yml +++ b/dev-tools/ansible/roles/pga/tasks/main.yml @@ -12,7 +12,6 @@ - name: delete previous deployments file: path="{{ doc_root_dir }}" state=absent - - name: Git clone php gateway git: repo=https://github.com/apache/airavata-php-gateway.git dest="{{ doc_root_dir }}" version="{{ git_branch }}" @@ -61,7 +60,7 @@ file: path="{{ doc_root_dir }}/app/storage" state=directory mode=0777 owner="{{user}}" group="{{group}}" recurse=yes become: yes -- name: Eanble https and http service on public zone +- name: Enable https and http service on public zone firewalld: service="{{ item }}" permanent=true state=enabled zone=public immediate=True with_items: - http
