Browse Source

Set become=True in ansible.cfg

Markus Lindenberg 7 years ago
parent
commit
7f88bbc1cc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ansible.cfg

+ 2 - 2
ansible.cfg

@@ -2,8 +2,8 @@
 inventory=inventories/ffdo/hosts
 #vault_password_file=.vault-password
 
-#[privilege_escalation]
-#become=True
+[privilege_escalation]
+become=True
 
 [ssh_connection]
 pipelining=True