From 1d56db21090e108cdb8ec2214bc380c927ab5a99 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 16 May 2020 16:16:23 +0100 Subject: [PATCH] Ensure python3 is always used --- ansible/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 2dbda43..cd15108 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 = /usr/bin/python3 [ssh_connection] pipelining = True