summaryrefslogtreecommitdiff
path: root/windows/win_package.py
diff options
context:
space:
mode:
authorjjshoe <jjshoe@users.noreply.github.com>2016-05-30 20:33:16 -0500
committerRené Moser <mail@renemoser.net>2016-05-31 03:33:16 +0200
commit4d82ff99e2eb6c367e384fa0fdf42b6f5c3d22b5 (patch)
treeb5900739af45711d43d7bec5e872389434d00969 /windows/win_package.py
parent8e20fcfafe65a226d60dbb5aefd24aa91cbc8432 (diff)
downloadansible-modules-extras-4d82ff99e2eb6c367e384fa0fdf42b6f5c3d22b5.tar.gz
A couple of touch ups (#2288)
I peeked at #2281 a little late, thought this might help some as well.
Diffstat (limited to 'windows/win_package.py')
-rw-r--r--windows/win_package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/windows/win_package.py b/windows/win_package.py
index 633f6c6d..47711369 100644
--- a/windows/win_package.py
+++ b/windows/win_package.py
@@ -26,7 +26,7 @@ DOCUMENTATION = '''
module: win_package
version_added: "1.7"
author: Trond Hindenes
-short_description: Installs/Uninstalls a installable package, either from local file system or url
+short_description: Installs/Uninstalls an installable package, either from local file system or url
description:
- Installs or uninstalls a package.
- 'Optionally uses a product_id to check if the package needs installing. You can find product ids for installed programs in the windows registry either in C(HKLM:Software\\Microsoft\\Windows\CurrentVersion\\Uninstall) or for 32 bit programs C(HKLM:Software\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall)'
@@ -37,12 +37,13 @@ options:
required: true
name:
description:
- - name of the package. Just for logging reasons, will use the value of path if name isn't specified
+ - Name of the package, if name isn't specified the path will be used for log messages
required: false
default: null
product_id:
description:
- product id of the installed package (used for checking if already installed)
+ - You can find product ids for installed programs in the windows registry either in C(HKLM:Software\\Microsoft\\Windows\CurrentVersion\\Uninstall) or for 32 bit programs C(HKLM:Software\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall)'
required: true
aliases: [productid]
arguments: