From f6d66bb3dbce02a78594f701ac6174035d3fa88e Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 17 Jul 2015 22:14:18 -0500 Subject: [PATCH] minor doc fixes that had lingering description of deprecated functions --- lib/ansible/modules/extras/windows/win_unzip.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/extras/windows/win_unzip.py b/lib/ansible/modules/extras/windows/win_unzip.py index 7c5ac322b97..b96b2bf21f6 100644 --- a/lib/ansible/modules/extras/windows/win_unzip.py +++ b/lib/ansible/modules/extras/windows/win_unzip.py @@ -24,10 +24,10 @@ DOCUMENTATION = ''' --- module: win_unzip -version_added: "" -short_description: Unzips compressed files on the Windows node +version_added: "2.0" +short_description: Unzips compressed files and archives on the Windows node description: - - Unzips compressed files, and can force reboot (if needed, i.e. such as hotfixes). Has ability to recursively unzip files within the src zip file provided using Read-Archive and piping to Expand-Archive (Using PSCX). If the destination directory does not exist, it will be created before unzipping the file. If a .zip file is specified as src and recurse is true then PSCX will be installed. Specifying rm parameter will allow removal of the src file after extraction. + - Unzips compressed files and archives. For extracting any compression types other than .zip, the PowerShellCommunityExtensions (PSCX) Module is required. This module (in conjunction with PSCX) has the ability to recursively unzip files within the src zip file provided and also functionality for many other compression types. If the destination directory does not exist, it will be created before unzipping the file. Specifying rm parameter will force removal of the src file after extraction. options: src: description: