Do not crash when lzma is not around. (#5393) (#5397)

(cherry picked from commit 5aa1e58749)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-10-20 20:45:27 +02:00
committed by GitHub
parent ec11d13825
commit 1b78f18bf4
3 changed files with 39 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "archive - avoid crash when ``lzma`` is not present and ``format`` is not ``xz`` (https://github.com/ansible-collections/community.general/pull/5393)."