1# This meta/main.yml exists to test that it is NOT read, with preference being
2# given to the meta/argument_specs.yml file. This spec contains additional
3# entry points (groot, foo) that the argument_specs.yml does not. If this file
4# were read, the additional entrypoints would show up in --list output, breaking
5# tests.
6---
7argument_specs:
8    main:
9        short_description: test_role1 from roles subdir
10    groot:
11        short_description: I am Groot
12    foo:
13        short_description: I am Foo
14