From 150a03298848b568953663f63453978dbecebc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20D=C3=A9siles?= <1536672+cdesiles@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:15:34 +0100 Subject: [PATCH] fix: python interpreter relates to inventory --- ansible.cfg | 1 - inventory/hosts.example | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 88eee3c..605de48 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,4 @@ [defaults] -interpreter_python = /usr/bin/python3 roles_path = ./roles inventory = inventory/hosts.yml remote_tmp = /tmp/.ansible-${USER} diff --git a/inventory/hosts.example b/inventory/hosts.example index 0f7a5c9..62de583 100644 --- a/inventory/hosts.example +++ b/inventory/hosts.example @@ -12,3 +12,4 @@ all: ansible_user: jgarcia ansible_become: true ansible_become_method: sudo + ansible_python_interpreter: /usr/bin/python3