From ea8fbecb15465d2038d4425e19045bd4fff0cb70 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 15 Apr 2020 11:42:36 +0200 Subject: [PATCH] Set the python interpreter explicitly --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index f664a4b..beb4c0a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,6 @@ [defaults] retry_files_enabled = false +interpreter_python = /usr/bin/python3 [ssh_connection] pipelining = true