summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil <schwartzmx@gmail.com>2015-07-17 22:14:18 -0500
committerPhil <schwartzmx@gmail.com>2015-07-17 22:15:57 -0500
commitb598161f4646678f419d4afd3a651019d7e4c895 (patch)
tree2b12035221fa6aa272b973a3afa7c7f05f7fa79a
parentcf764bf0604ead05fda0457b3342d556b4ef4807 (diff)
downloadansible-modules-extras-b598161f4646678f419d4afd3a651019d7e4c895.tar.gz
minor doc fixes that had lingering description of deprecated functions
-rw-r--r--windows/win_unzip.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/win_unzip.py b/windows/win_unzip.py
index 799ab1bd..aa0180ba 100644
--- a/windows/win_unzip.py
+++ b/windows/win_unzip.py
@@ -25,9 +25,9 @@ DOCUMENTATION = '''
---
module: win_unzip
version_added: "2.0"
-short_description: Unzips compressed files on the Windows node
+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: