diff options
-rw-r--r-- | ansible.cfg | 1 | ||||
-rw-r--r-- | common.yml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg index 524103e..6afc1ef 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -44,6 +44,7 @@ poll_interval=15 # and not specifying "--sudo-user" or "sudo_user" respectively, sudo # to this user account +sudo=True #sudo_user=root # the following forces ansible to always ask for the sudo password (instead of having @@ -1,7 +1,6 @@ --- - name: Common tasks hosts: all - sudo: True vars_files: - vars.yml roles: |