diff options
author | 2024-06-06 18:39:20 +0100 | |
---|---|---|
committer | 2024-06-07 16:36:38 +0100 | |
commit | 73f103ad0ae4f4a3a00080ce714e5416b05f4c58 (patch) | |
tree | 7d5c98cbcde1cdde5ab26c279b8ebe3f9cd2947b | |
parent | Add new sudoers rule for NOPASSWD sudo (diff) |
Remove become_ask_pass preference from Ansible configuration
-rw-r--r-- | ansible/ansible.cfg | 1 |
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 |