Fixes to documentation

reviewable/pr18780/r1
Toshio Kuratomi 10 years ago
parent 68bd8a55ae
commit 19e688b017

@ -7,6 +7,7 @@ short_description: Pause and start Uptime Robot monitoring
description: description:
- This module will let you start and pause Uptime Robot Monitoring - This module will let you start and pause Uptime Robot Monitoring
author: Nate Kingsley author: Nate Kingsley
version_added: "1.9"
requirements: requirements:
- Valid Uptime Robot API Key - Valid Uptime Robot API Key
options: options:

@ -24,12 +24,13 @@ module: glusterfs
short_description: manage GlusterFS short_description: manage GlusterFS
description: description:
- Manage GlusterFS volumes - Manage GlusterFS volumes
version_added: "1.9"
options: options:
action: action:
required: true required: true
choices: [ 'create', 'start', 'stop', 'tune', 'rebalance', 'limit-usage' ] choices: [ 'create', 'start', 'stop', 'tune', 'rebalance', 'limit-usage' ]
description: description:
- Mode of operation: create volume, start/stop volume, set tuning options, rebalance or set quota - Indicates the action to take. Create volume, start/stop volume, set tuning options, rebalance or set quota
name: name:
required: true required: true
description: description:

@ -27,7 +27,7 @@ module: win_chocolatey
version_added: "1.8" version_added: "1.8"
short_description: Installs packages using chocolatey short_description: Installs packages using chocolatey
description: description:
- Installs packages using Chocolatey (http://chocolatey.org/). If Chocolatey is missing from the system, the module will install it. List of packages: http://chocolatey.org/packages. - Installs packages using Chocolatey (http://chocolatey.org/). If Chocolatey is missing from the system, the module will install it. List of packages can be found at http://chocolatey.org/packages
options: options:
package: package:
description: description:
@ -46,7 +46,7 @@ options:
aliases: [] aliases: []
force: force:
description: description:
- Forces install of the package (even if it already exists). Using Force will cause ansible to always report "changed: true" on its run - Forces install of the package (even if it already exists). Using Force will cause ansible to always report that a change was made
required: false required: false
choices: choices:
- yes - yes

Loading…
Cancel
Save