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