You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/roles_arg_spec/roles/a/meta/main.yml

14 lines
482 B
YAML

# 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