From 96e5f1c09da61a6f676501cc32440d9cdc9ae470 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 10 Jul 2025 18:02:08 +0200 Subject: [PATCH] Update python interpreter for hosts --- Inventory/host_vars/all.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 Inventory/host_vars/all.yaml diff --git a/Inventory/host_vars/all.yaml b/Inventory/host_vars/all.yaml new file mode 100644 index 0000000..b4a2c4f --- /dev/null +++ b/Inventory/host_vars/all.yaml @@ -0,0 +1 @@ +ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file