summaryrefslogtreecommitdiff
path: root/windows/win_chocolatey.py
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-12-03 08:16:11 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2014-12-03 08:16:11 -0800
commit19e688b01750b3b5ad02cbfe51533056068a3224 (patch)
tree74d14e2c66a25a70489707c6709d5e3523b06f6e /windows/win_chocolatey.py
parent68bd8a55aee7079e1e1197654d7db1645a717208 (diff)
downloadansible-modules-extras-19e688b01750b3b5ad02cbfe51533056068a3224.tar.gz
Fixes to documentation
Diffstat (limited to 'windows/win_chocolatey.py')
-rw-r--r--windows/win_chocolatey.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/win_chocolatey.py b/windows/win_chocolatey.py
index aeccbca1..80698abf 100644
--- a/windows/win_chocolatey.py
+++ b/windows/win_chocolatey.py
@@ -27,7 +27,7 @@ module: win_chocolatey
version_added: "1.8"
short_description: Installs packages using chocolatey
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:
package:
description:
@@ -46,7 +46,7 @@ options:
aliases: []
force:
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
choices:
- yes