summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/roles/maximum/meta/main.yml
blob: 10c57b11a5bb3a968ce69952622e579b8c326bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
allow_duplicates: true
galaxy_info:
  author: John Doe
  standalone: true # v1 role meta (standalone)
  description: maximum
  min_ansible_version: "2.9"
  company: foo
  license: MIT
  galaxy_tags: # ensure galaxy_tags is allowed
    - database
  platforms:
    - name: Alpine
      versions:
        - all
dependencies:
  - role: foo
    vars: {}
    when:
      - foo
      - bar