win_msi: document extra_args
The extra_args parameter was not documented. It's needed for installing some MSIs.
This commit is contained in:
parent
ff3b88c4d7
commit
c93456adc3
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ options:
|
||||||
description:
|
description:
|
||||||
- File system path to the MSI file to install
|
- File system path to the MSI file to install
|
||||||
required: true
|
required: true
|
||||||
|
extra_args:
|
||||||
|
description:
|
||||||
|
- Additional arguments to pass to the msiexec.exe command
|
||||||
|
required: false
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Whether the MSI file should be installed or uninstalled
|
- Whether the MSI file should be installed or uninstalled
|
||||||
|
|
Loading…
Reference in a new issue