FIX: fix the issue with the misdiscovery of the python interpreter when localhost is the target
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
physical:
|
||||
hosts:
|
||||
localhost:
|
||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||
ansible_connection: local
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
Reference in New Issue
Block a user