mirror of https://github.com/ansible/ansible.git
When we introduced an include parameter to the unarchive module, we
inadvertenly flipped the exclusion logic. This flip meant that the
unarchive module started rejecting files that should be extracted.
This commit flips the bad logic and adds some tests that will make
sure things do not go bad again.
(cherry picked from commit f92830d16e)
pull/76808/head
parent
5619368075
commit
f88efd57cb
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- unarchive - Fix zip archive file listing that caused issues with content
|
||||
postprocessing (https://github.com/ansible/ansible/issues/76067).
|
||||
Loading…
Reference in New Issue