fix: stop forcing become=True globally, rely on per-task become

This commit is contained in:
Tuan-Dat Tran
2026-07-28 08:56:47 +02:00
parent 3f4a550f87
commit 6815c29a75

View File

@@ -9,7 +9,6 @@ gathering = smart
retry_files_enabled = False
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False