summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/test_docs_suboptions.output
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-doc/test_docs_suboptions.output')
-rw-r--r--test/integration/targets/ansible-doc/test_docs_suboptions.output42
1 files changed, 42 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-doc/test_docs_suboptions.output b/test/integration/targets/ansible-doc/test_docs_suboptions.output
new file mode 100644
index 0000000..350f90f
--- /dev/null
+++ b/test/integration/targets/ansible-doc/test_docs_suboptions.output
@@ -0,0 +1,42 @@
+
+ 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:
+
+
+