From aabc0c20045bdd6cfc3cb7df57c6024f4812a914 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Tue, 11 Nov 2025 15:15:52 +0100 Subject: [PATCH] Default python 3 on All --- ansible/inventories/group_vars/all/all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/inventories/group_vars/all/all.yml b/ansible/inventories/group_vars/all/all.yml index 57b2a51..b725f23 100644 --- a/ansible/inventories/group_vars/all/all.yml +++ b/ansible/inventories/group_vars/all/all.yml @@ -1,2 +1,3 @@ ansible_user: ansible -ansible_password: "{{ ansible_crypted_password }}" \ No newline at end of file +ansible_password: "{{ ansible_crypted_password }}" +ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file