ansible/test/integration/targets/ansible-doc/test_role1/meta/main.yml
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

8 lines
190 B
YAML

---
dependencies:
galaxy_info:
argument_specs:
main:
short_description: test_role1 from playbook dir
description: This should not appear in `ansible-doc --list` output.