From 9fdda46aeabe29286ab033d2ba54175d1457c917 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 29 Aug 2017 23:29:22 -0400 Subject: [PATCH] updated deprecated version based on changelog (#28810) --- 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 a6858003e8..aeed7556a0 100644 --- a/lib/ansible/modules/windows/_win_msi.py +++ b/lib/ansible/modules/windows/_win_msi.py @@ -29,7 +29,7 @@ DOCUMENTATION = r''' --- module: win_msi version_added: '1.7' -deprecated: In 2.4 and will be removed in 2.6, use M(win_package) instead. +deprecated: In 2.4 and will be removed in 2.8, use M(win_package) instead. short_description: Installs and uninstalls Windows MSI files description: - Installs or uninstalls a Windows MSI file that is already located on the