summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/roles.yml
blob: a996ce0fa47661e967d9a734ee2d3b2c6d75f10a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- hosts: localhost
  roles: []

- hosts: localhost
  roles:
    - foo
    - role: "path/to/role"
      vars:
        FOO: bar
      tags:
        - foo
    - role: bar
      tags: string_tag