mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
win_msi: document extra_args
The extra_args parameter was not documented. It's needed for installing some MSIs.
This commit is contained in:
committed by
Matt Clay
parent
a32e5932e9
commit
8fdf18cfa1
@@ -34,6 +34,10 @@ options:
|
||||
description:
|
||||
- File system path to the MSI file to install
|
||||
required: true
|
||||
extra_args:
|
||||
description:
|
||||
- Additional arguments to pass to the msiexec.exe command
|
||||
required: false
|
||||
state:
|
||||
description:
|
||||
- Whether the MSI file should be installed or uninstalled
|
||||
|
||||
Reference in New Issue
Block a user