d17e7a91b1
- Set ansible_python_interpreter for hosts using local connection
9 lines
211 B
YAML
9 lines
211 B
YAML
local:
|
|
hosts:
|
|
testhost:
|
|
host_var_role_name: role3
|
|
testhost2:
|
|
host_var_role_name: role2
|
|
vars:
|
|
ansible_connection: local
|
|
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|