From dde383aea20a4fb0ce026ff29a4952a6e1a72e58 Mon Sep 17 00:00:00 2001 From: cptchips Date: Wed, 26 Apr 2017 13:36:12 +0200 Subject: [PATCH] [Doc] win_package - product_id is a mandatory parameter (#24007) product_id is a mandatory parameter for windows/win_package module. --- lib/ansible/modules/windows/win_package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_package.py b/lib/ansible/modules/windows/win_package.py index 4c90500b7c..d0638d2d7a 100644 --- a/lib/ansible/modules/windows/win_package.py +++ b/lib/ansible/modules/windows/win_package.py @@ -35,7 +35,7 @@ short_description: Installs/Uninstalls an installable package, either from local 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 + Use 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) options: