mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-22 00:31:14 +00:00
[Doc] win_package - product_id is a mandatory parameter (#24007)
product_id is a mandatory parameter for windows/win_package module.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user