fix: python interpreter relates to inventory

This commit is contained in:
Clément Désiles 2025-12-15 22:15:34 +01:00
parent ebeb6d5c6b
commit 150a032988
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
[defaults]
interpreter_python = /usr/bin/python3
roles_path = ./roles
inventory = inventory/hosts.yml
remote_tmp = /tmp/.ansible-${USER}

View File

@ -12,3 +12,4 @@ all:
ansible_user: jgarcia
ansible_become: true
ansible_become_method: sudo
ansible_python_interpreter: /usr/bin/python3