Unzip File
This playbook checks whether a file has an extension that supports unzipping, and unzips the file.
- Pack
- CommonPlaybooks
- Tasks
- 7
Inputs
- File — A file object.
- Password — The password used to protect the zipped file. Required for unzipping password-protected files.
- ZipTool — The tool used to unzip the file. The options are: 7z, zipfile.
Outputs
- ExtractedFiles — Files that were unzipped.
- File — File objects - includes the zipped file and any unzipped files.