fix: disable privilege escalation in Ansible configuration
This commit is contained in:
parent
9a749a8c97
commit
689d5a3710
@ -26,7 +26,7 @@ callbacks_enabled = timer, profile_tasks
|
||||
log_path = ansible.log
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become = False
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
become_ask_pass = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user