From 323a3db478c4e917c06692630cae167b125eb5d9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 17 May 2020 18:03:57 +0100 Subject: [PATCH] Auto detect python executable Causes weird issues with the compose integration --- ansible/ansible.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index cd15108..2dbda43 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -5,7 +5,6 @@ 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