Various fixes for the module documentation auto-generator

reviewable/pr18780/r1
Michael DeHaan 12 years ago
parent 5256ea7e75
commit 550fa7ec27

@ -61,7 +61,7 @@ options:
required: false required: false
examples: examples:
- code: get_url url=http://example.com/path/file.conf dest=/etc/foo.conf mode=0440 - code: get_url url=http://example.com/path/file.conf dest=/etc/foo.conf mode=0440
description: Obtain and install config file description: "Example from Ansible Playbooks"
notes: notes:
- This module doesn't support proxies or passwords. - This module doesn't support proxies or passwords.
- Also see the M(template) module. - Also see the M(template) module.

@ -34,7 +34,6 @@ options:
- Path to the INI-style file; this file is created if required - Path to the INI-style file; this file is created if required
required: true required: true
default: null default: null
aliases: []
section: section:
description: description:
- Section name in INI file. This is added if C(state=present) automatically when - Section name in INI file. This is added if C(state=present) automatically when
@ -46,12 +45,12 @@ options:
- if set (required for changing a I(value)), this is the name of the option. - if set (required for changing a I(value)), this is the name of the option.
- May be omitted if adding/removing a whole I(section). - May be omitted if adding/removing a whole I(section).
required: false required: false
default: [] default: null
value: value:
description: description:
- the string value to be associated with an I(option). May be omitted when removing an I(option). - the string value to be associated with an I(option). May be omitted when removing an I(option).
required: false required: false
default: [] default: null
backup: backup:
description: description:
- Create a backup file including the timestamp information so you can get - Create a backup file including the timestamp information so you can get

Loading…
Cancel
Save