minor doc fixes that had lingering description of deprecated functions

reviewable/pr18780/r1
Phil 9 years ago
parent cf764bf060
commit b598161f46

@ -25,9 +25,9 @@ DOCUMENTATION = '''
--- ---
module: win_unzip module: win_unzip
version_added: "2.0" 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: 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: options:
src: src:
description: description:

Loading…
Cancel
Save