pull/35808/merge
Yvan-Masson 7 years ago committed by Dag Wieers
parent 238760045e
commit 44650d5e3a

@ -142,7 +142,7 @@ notes:
different structure but this module should support any format. different structure but this module should support any format.
- By default all msi installs and uninstalls will be run with the options - By default all msi installs and uninstalls will be run with the options
C(/log, /qn, /norestart). C(/log, /qn, /norestart).
- It is recommended you download the pacakge first from the URL using the - It is recommended you download the package first from the URL using the
M(win_get_url) module as it opens up more flexibility with what must be set M(win_get_url) module as it opens up more flexibility with what must be set
when calling C(win_package). when calling C(win_package).
- Packages will be temporarily downloaded or copied locally when path is a - Packages will be temporarily downloaded or copied locally when path is a
@ -243,7 +243,7 @@ log:
type: str type: str
sample: Installation completed successfully sample: Installation completed successfully
rc: rc:
description: The return code of the pacakge process. description: The return code of the package process.
returned: change occured returned: change occured
type: int type: int
sample: 0 sample: 0

Loading…
Cancel
Save