From a03f59d589e65366fb0194534cb6aa2a36176bc4 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 26 Nov 2013 23:50:36 +0100 Subject: Tell ansible we generally want to use sudo(8). I.e., put 'sudo=True' in ansible.cfg. --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible.cfg') 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 -- cgit v1.2.3