mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
a871e590a8
commit
dde383aea2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ short_description: Installs/Uninstalls an installable package, either from local
|
||||||
description:
|
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
|
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
|
either in C(HKLM:Software\Microsoft\Windows\CurrentVersion\Uninstall) or for 32 bit programs
|
||||||
C(HKLM:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall)
|
C(HKLM:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall)
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue