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
parent 00aa1250ee
commit ffe505a798
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).