Added return values documentation to modules

This commit is contained in:
Brian Coca 2015-03-13 11:43:02 -04:00
parent 393246fdd3
commit 94909bd4a2
3 changed files with 65 additions and 2 deletions

View file

@ -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...