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/test_docs_suboptions.output

33 lines
669 B
Plaintext

Test module
OPTIONS (= inicates it is required):
- with_suboptions An option with suboptions.
Use with care.
default: null
type: dict
suboptions:
- a_first The first suboption.
default: null
type: str
- m_middle The suboption in the middle.
Has its own suboptions.
default: null
suboptions:
- a_suboption A sub-suboption.
default: null
type: str
- z_last The last suboption.
default: null
type: str
AUTHOR: Ansible Core Team
EXAMPLES: