Merge pull request #1930 from wenottingham/patch-1

win_msi: document extra_args
This commit is contained in:
Chris Church 2015-11-05 12:39:01 -05:00
commit cb36cedabf

View file

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