summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/roles/a/meta/main.yml
blob: 90920dbbd689b017913f71e3b91768713bd5303d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This meta/main.yml exists to test that it is NOT read, with preference being
# given to the meta/argument_specs.yml file. This spec contains an extra required
# parameter, a_something, that argument_specs.yml does not.
argument_specs:
    main:
        short_description: Main entry point for role A.
        options:
            a_str:
                type: "str"
                required: true
            a_something:
                type: "str"
                required: true