From f67b681d6ac07963b63f7301282271303adff1d8 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 18 Jun 2025 16:09:38 +0000 Subject: [PATCH] Set generic python interpreter --- group_vars/all.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/group_vars/all.yml b/group_vars/all.yml index 67d5671..3a591d3 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -35,3 +35,6 @@ network_dns_servers: # hardcode this for now ansible_datacenter: home + +# use as generic as possible python binary so delegate_to works +ansible_python_interpreter: python3