summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/strategy_linear/roles/role1/tasks/tasks.yml
blob: b7a46aa09807eec3bc2e03161c4ce21b65991111 (plain)
1
2
3
4
5
6
7
- name: Call role2
  include_role:
    name: role2

- name: Call role2 again
  include_role:
    name: role2