You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/02/19 21:14:42 UTC

[airavata] 01/03: Use 'become' to open port 22 in firewall

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

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

commit a5444550bd96ead54b9fcaa0c058b78e7ccf270b
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Feb 19 16:10:49 2018 -0500

    Use 'become' to open port 22 in firewall
---
 dev-tools/ansible/roles/env_setup/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/env_setup/tasks/main.yml b/dev-tools/ansible/roles/env_setup/tasks/main.yml
index e93dedb..716cffd 100644
--- a/dev-tools/ansible/roles/env_setup/tasks/main.yml
+++ b/dev-tools/ansible/roles/env_setup/tasks/main.yml
@@ -56,5 +56,5 @@
 - name: open firewall port 22 for SSH connections
   firewalld: port="22/tcp"
              zone=public permanent=true state=enabled immediate=yes
-  become_user: root
+  become: yes
 ...

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.