mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
* Improve the unzip output scraping Ensure we capture the complete file (also when it includes spaces). Drop lines that do not conform (in length) to what we expect (e.g. header/footer). This fixes #3813 * Fix how split() works