3a18ef7159
* 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
8 lines
190 B
YAML
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.
|