2021-05-11 16:29:47 +02:00
|
|
|
# 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 additional
|
|
|
|
# entry points (groot, foo) that the argument_specs.yml does not. If this file
|
|
|
|
# were read, the additional entrypoints would show up in --list output, breaking
|
|
|
|
# tests.
|
2020-12-14 18:05:40 +01:00
|
|
|
---
|
|
|
|
argument_specs:
|
|
|
|
main:
|
|
|
|
short_description: test_role1 from roles subdir
|
2021-05-11 16:29:47 +02:00
|
|
|
groot:
|
|
|
|
short_description: I am Groot
|
|
|
|
foo:
|
|
|
|
short_description: I am Foo
|