summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/role/test_include_role_vars_from.yml
blob: f7bb4d76ef7ebc7f977c9d2cda7d827336e79ec3 (plain)
1
2
3
4
5
6
7
8
9
10
- name: Test include_role vars_from
  hosts: testhost
  vars:
    role_name: role1
  tasks:
    - name: Test vars_from
      include_role:
        name: role1
        vars_from:
        - vars_1.yml