From 8cc4d46b96fcf2b3a307f07a687cd290665d0751 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Fri, 23 Apr 2021 21:11:28 +0200 Subject: [PATCH] Use (fixed path) python3 interpreter by default --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 4c41b64..0e25922 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,5 @@ [defaults] +ansible_python_interpreter = /usr/bin/python3 roles_path = ./roles [privilege_escalation]