ansible/test/integration/targets/ansible-doc/test_role1
David Shrewsbury 3a18ef7159
Change role argspec file used by ansible-doc (#72927)
* Change role argspec file used by ansible-doc

This changes the file used for role argument specs from meta/argument_specs.yml
to meta/main.yml. The argument specs are expected to be in that file under the
top-level entry of `argument_spec`.

* Switch to argument_specs
2020-12-14 12:05:40 -05:00
..
meta
README.txt ansible-doc role arg spec support (#72120) 2020-11-17 12:58:19 -05:00

Test role that exists in the playbook directory so we can validate
that a role of the same name that exists in the 'roles' subdirectory
will take precedence over this one.