From 8fdf18cfa17276527e7c16c391e9b10263be3c30 Mon Sep 17 00:00:00 2001
From: Bill Nottingham <notting@splat.cc>
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.
---
 lib/ansible/modules/windows/win_msi.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/ansible/modules/windows/win_msi.py b/lib/ansible/modules/windows/win_msi.py
index 01f09709f5..bd504879a8 100644
--- a/lib/ansible/modules/windows/win_msi.py
+++ b/lib/ansible/modules/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