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

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.