fix: stop forcing become=True globally, rely on per-task become
This commit is contained in:
@@ -9,7 +9,6 @@ gathering = smart
|
||||
retry_files_enabled = False
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
become_ask_pass = False
|
||||
|
||||
Reference in New Issue
Block a user