archive - fix removal failures for nested files with tar archives (#2923)

* Initial commit

* Adding changelog fragment
This commit is contained in:
Ajpantuso 2021-07-02 15:30:40 -04:00 committed by GitHub
commit ffe505a798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 8 deletions

View file

@ -0,0 +1,4 @@
---
bugfixes:
- archive - fixed task failure when using the ``remove`` option with a ``path`` containing nested files for
``format``s other than ``zip`` (https://github.com/ansible-collections/community.general/issues/2919).