mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
* Move zipcache temp dir creation into the locked section otherwise it races with other workers. * Catch IOError and turn it into an AnsibleError. IOErrors can hang multiprocessng.