From c93456adc3d330a192591ef4f10d83163c10c32d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 18 Aug 2015 10:14:59 -0400 Subject: [PATCH] win_msi: document extra_args The extra_args parameter was not documented. It's needed for installing some MSIs. --- windows/win_msi.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/win_msi.py b/windows/win_msi.py index 01f09709f57..bd504879a83 100644 --- a/windows/win_msi.py +++ b/windows/win_msi.py @@ -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