From fef6e5102e709ada9c8afba32c60375ec806ed79 Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Tue, 12 Jan 2016 13:58:11 -0800 Subject: [PATCH] fix version_added on win_msi wait arg --- lib/ansible/modules/windows/win_msi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_msi.py b/lib/ansible/modules/windows/win_msi.py index 9b5861f0053..7296541e57a 100644 --- a/lib/ansible/modules/windows/win_msi.py +++ b/lib/ansible/modules/windows/win_msi.py @@ -50,7 +50,7 @@ options: - Path to a file created by installing the MSI to prevent from attempting to reinstall the package on every run wait: - version_added: "" + version_added: "2.1" description: - Specify whether to wait for install or uninstall to complete before continuing. choices: