win_msi: document extra_args

The extra_args parameter was not documented. It's needed for installing some MSIs.
reviewable/pr18780/r1
Bill Nottingham 11 years ago
parent ff3b88c4d7
commit c93456adc3

@ -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

Loading…
Cancel
Save