mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
modules.archive.unzip: zipfile is stdlib
This commit is contained in:
parent
6b782c15e1
commit
2ec2684860
1 changed files with 0 additions and 1 deletions
|
@ -492,7 +492,6 @@ def cmd_unzip(zip_file, dest, excludes=None,
|
|||
return _trim_files(files, trim_output)
|
||||
|
||||
|
||||
@salt.utils.decorators.depends('zipfile', fallback_function=cmd_unzip)
|
||||
def unzip(zip_file, dest, excludes=None,
|
||||
template=None, runas=None, trim_output=False, password=None):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue