mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
* Detection of handler depends on the wrong handler failing to list the contents of the tarfile. Use explicit compression types with the python tarfile library to achieve that. * bytearray isn't available in python2.4