From 6bace601517cf56296303a35af1467d3dd16c897 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 26 Oct 2021 21:14:32 +0200 Subject: [PATCH] fix the python version to python3 --- templates/ansible.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index 52e2109..e518122 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -12,6 +12,7 @@ # some basic default values... inventory = /etc/ansible/{{ ansible_inventory }}.py +interpreter_python = /usr/bin/python3 #library = /usr/share/my_modules/ #module_utils = /usr/share/my_module_utils/ #remote_tmp = ~/.ansible/tmp