Default to using python3 over "legacy python"

This commit is contained in:
Jake Howard 2021-01-09 17:55:29 +00:00
parent 0355b6b214
commit a35f2f91ff
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -5,6 +5,7 @@ retry_files_enabled = False
roles_path = $PWD/galaxy_roles:$PWD/roles
inventory = ./hosts
become_ask_pass = True
interpreter_python = auto
[ssh_connection]
pipelining = True