mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
allowZip64 is True by default since python 3.4, see https://docs.python.org/3/library/zipfile.html#zipfile-objects With python 2.7, when the file or folder to zip is >2G, zipfile raises LargeZipFile. This commit set allowZip64 to true. Fixes #24125 |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |