From 161ce7b334fda3741a97a047b4c9716cd56d4fcc Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 21 May 2026 16:31:35 +0200 Subject: [PATCH] ansible python interpreter --- inventory/hosts | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/hosts b/inventory/hosts index 6742a71..a57159f 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -10,3 +10,4 @@ [all:vars] ansible_user=vagrant ansible_connection: ssh +ansible_python_interpreter=/usr/bin/python3.12