You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/roles/testrole/meta/main.yml

31 lines
1017 B
YAML

---
dependencies:
galaxy_info:
argument_specs:
main:
short_description: testns.testcol.testrole short description for main entry point
description:
- Longer description for testns.testcol.testrole main entry point.
author: Ansible Core (@ansible)
options:
opt1:
description: opt1 description
type: "str"
required: true
alternate:
short_description: testns.testcol.testrole short description for alternate entry point
description:
- Longer description for testns.testcol.testrole alternate entry point.
author: Ansible Core (@ansible)
attributes:
check_mode:
description: Can run in check_mode and return changed status prediction without modifying target
support: full
options:
altopt1:
description: altopt1 description
type: "int"
required: true