Default to using python3 over "legacy python"
This commit is contained in:
parent
0355b6b214
commit
a35f2f91ff
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ retry_files_enabled = False
|
||||||
roles_path = $PWD/galaxy_roles:$PWD/roles
|
roles_path = $PWD/galaxy_roles:$PWD/roles
|
||||||
inventory = ./hosts
|
inventory = ./hosts
|
||||||
become_ask_pass = True
|
become_ask_pass = True
|
||||||
|
interpreter_python = auto
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
|
Loading…
Reference in a new issue