mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
archive - fix removal failures for nested files with tar archives (#2923)
* Initial commit * Adding changelog fragment
This commit is contained in:
parent
00aa1250ee
commit
ffe505a798
3 changed files with 45 additions and 8 deletions
4
changelogs/fragments/2923-archive-remove-bugfix.yml
Normal file
4
changelogs/fragments/2923-archive-remove-bugfix.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue