mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix typo (#35810)
This commit is contained in:
@@ -142,7 +142,7 @@ notes:
|
||||
different structure but this module should support any format.
|
||||
- By default all msi installs and uninstalls will be run with the options
|
||||
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
|
||||
when calling C(win_package).
|
||||
- Packages will be temporarily downloaded or copied locally when path is a
|
||||
@@ -243,7 +243,7 @@ log:
|
||||
type: str
|
||||
sample: Installation completed successfully
|
||||
rc:
|
||||
description: The return code of the pacakge process.
|
||||
description: The return code of the package process.
|
||||
returned: change occured
|
||||
type: int
|
||||
sample: 0
|
||||
|
||||
Reference in New Issue
Block a user