fix: disable privilege escalation in Ansible configuration

This commit is contained in:
Nathan 2026-04-21 11:51:52 -04:00
parent 9a749a8c97
commit 689d5a3710

View File

@ -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