mirror of https://github.com/ansible/ansible.git
Fix zip content filtering in unarchive module (#76069)
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.pull/76184/head
parent
173550f932
commit
f92830d16e
@ -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