summaryrefslogtreecommitdiff
path: root/test/integration/targets/roles/dupe_inheritance.yml
blob: 6fda5baf5ca5182cd531e5916d8723c0dd1f4a1e (plain)
1
2
3
4
5
6
7
8
9
10
- name: Test
  hosts: testhost
  gather_facts: false
  roles:
    - role: top
      info: First definition
      testvar: abc

    - role: top
      info: Second definition