summaryrefslogtreecommitdiffstats
path: root/test/samples/test_roles_complex.yml
blob: 8359dd2bc7f0b467116f79288e08ae480f7f4684 (plain)
1
2
3
4
5
6
- hosts: localhost
  gather_facts: no
  roles:
  - { role: role_a, tags: A, when: skip != "A" }
  - { role: role_b, tags: B, when: skip != "B" }