Ensure python3 is always used

This commit is contained in:
Jake Howard 2020-05-16 16:16:23 +01:00
parent 600bc4bb58
commit 1d56db2109
Signed by: jake
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 = /usr/bin/python3
[ssh_connection]
pipelining = True