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: