aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-06-06 18:39:20 +0100
committerGravatar Joe Banks <[email protected]>2024-06-07 16:36:38 +0100
commit73f103ad0ae4f4a3a00080ce714e5416b05f4c58 (patch)
tree7d5c98cbcde1cdde5ab26c279b8ebe3f9cd2947b
parentAdd new sudoers rule for NOPASSWD sudo (diff)
Remove become_ask_pass preference from Ansible configuration
-rw-r--r--ansible/ansible.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 10c66be..ff9ee50 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -7,7 +7,6 @@ roles_path = .ansible/galaxy_roles/:roles/
[privilege_escalation]
become = yes
-become_ask_pass = yes
[connection]
pipelining = True