Remove unnecessary use of become #177

Merged
jake merged 4 commits from become into master 2024-09-09 21:23:40 +01:00
Showing only changes of commit 3ca2b50307 - Show all commits

View file

@ -5,9 +5,11 @@ retry_files_enabled = False
roles_path = $PWD/galaxy_roles:$PWD/roles
collections_path = $PWD/galaxy_collections
inventory = ./hosts
interpreter_python = auto_silent
[privilege_escalation]
become = True
become_ask_pass = True
interpreter_python = auto_silent
[ssh_connection]
pipelining = True