summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/meta_tasks/inventory.yml
blob: 5fb39e5fb8846a8459678825a23eb9657a32aa1d (plain)
1
2
3
4
5
6
7
8
9
local:
  hosts:
    testhost:
      host_var_role_name: role3
    testhost2:
      host_var_role_name: role2
  vars:
    ansible_connection: local
    ansible_python_interpreter: "{{ ansible_playbook_python }}"