mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo (#35810)
This commit is contained in:
parent
238760045e
commit
44650d5e3a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue