Remove unnecessary use of become
#177
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue