mirror of https://github.com/ansible/ansible.git
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.
47 lines
873 B
Plaintext
47 lines
873 B
Plaintext
> TEST_DOCS_SUBOPTIONS (/home/felix/projects/code/github-cloned/ansible/test/integration/targets/ansible-doc/library/test_docs_suboptions.py)
|
|
|
|
Test module
|
|
|
|
OPTIONS (= is mandatory):
|
|
|
|
- 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:
|
|
|
|
|
|
|
|
|
|
RETURN VALUES:
|
|
|