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

This commit is contained in:
Felix Fontein 2022-10-20 20:32:18 +02:00 committed by GitHub
commit 5aa1e58749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)."