mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 15:51:05 +00: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