mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Added return values documentation to modules
This commit is contained in:
parent
393246fdd3
commit
94909bd4a2
3 changed files with 65 additions and 2 deletions
|
@ -289,6 +289,7 @@ def process_module(module, options, env, template, outputname, module_map, alias
|
|||
doc['now_date'] = datetime.date.today().strftime('%Y-%m-%d')
|
||||
doc['ansible_version'] = options.ansible_version
|
||||
doc['plainexamples'] = examples #plain text
|
||||
doc['returndocs'] = returndocs
|
||||
|
||||
# here is where we build the table of contents...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue