From ac44058457dd26a9d0d4b631b200b2c60f0a98db Mon Sep 17 00:00:00 2001 From: jhawkesworth Date: Mon, 23 May 2016 21:14:49 +0100 Subject: [PATCH] Add info about where you can find product ids for changed checking on win_package module (#2281) --- lib/ansible/modules/extras/windows/win_package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/windows/win_package.py b/lib/ansible/modules/extras/windows/win_package.py index 946b730b97..2fc2b53c9c 100644 --- a/lib/ansible/modules/extras/windows/win_package.py +++ b/lib/ansible/modules/extras/windows/win_package.py @@ -28,7 +28,7 @@ version_added: "1.7" author: Trond Hindenes short_description: Installs/Uninstalls a installable package, either from local file system or url description: - - Installs or uninstalls a package + - 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 ``HKLM:Software\Microsoft\Windows\CurrentVersion\Uninstall`` or for 32 bit programs ``HKLM:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall`` options: path: description: