FIX: fix the issue with the misdiscovery of the python interpreter when localhost is the target

This commit is contained in:
2026-08-09 13:44:56 +04:00
parent a2a5ba3a5e
commit 84af7b011b
5 changed files with 35 additions and 26 deletions
+7
View File
@@ -0,0 +1,7 @@
---
physical:
hosts:
localhost:
ansible_become_password: "{{ ansible_become_passwd }}"
ansible_connection: local
ansible_python_interpreter: "{{ ansible_playbook_python }}"