ansible/test/integration/targets/meta_tasks/inventory.yml
Sam Doran d17e7a91b1
Add test for meta: end_play (#59118)
- Set ansible_python_interpreter for hosts using local connection
2019-07-16 12:41:48 -04:00

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 }}"