diff --git a/lib/ansible/modules/windows/win_package.py b/lib/ansible/modules/windows/win_package.py index 1d5fe9dfcbb..b7c1b184616 100644 --- a/lib/ansible/modules/windows/win_package.py +++ b/lib/ansible/modules/windows/win_package.py @@ -97,9 +97,9 @@ options: getting the uninstall information if C(state=absent). - You can find product ids for installed programs in the Windows registry editor either at - C(HKLM:Software\Microsoft\Windows\CurrentVersion\Uninstall) or for 32 bit + C(HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall) or for 32 bit programs at - C(HKLM:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall). + C(HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall). - This SHOULD be set when the package is not an MSI, or the path is a url or a network share and credential delegation is not being used. The C(creates_*) options can be used instead but is not recommended.