summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/roles/role_with_bad_deps_in_meta/meta/main.yml
blob: 81d4d3db4260a3d89b97c0b698017d5c3dcdfb06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# old standalone role
galaxy_info:
  description: bar
  min_ansible_version: "2.9"
  company: foo
  license: MIT
  platforms:
    - name: Alpine
      versions:
        - all

dependencies:
  - version: foo # invalid, should have at least name, role or src properties