From a35f2f91ff93f55c5423f08ead3df781b0fe0825 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 9 Jan 2021 17:55:29 +0000 Subject: [PATCH] Default to using python3 over "legacy python" --- ansible/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 2dbda43..fca6d0b 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -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