From 4198c83104bfc845d2f665812c19d6759ea34d68 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 13 Sep 2021 10:49:49 +0200 Subject: [PATCH] enforce Python3 on Fedora.... --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index ed865bf..c226c2b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] +interpreter_python = /usr/bin/python3 inventory = hosts