You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/unarchive/tasks
Tadej Borovšak f92830d16e
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.
3 years ago
..
main.yml unarchive - do not fail in init when trying to find required binary (#74892) 3 years ago
prepare_tests.yml unarchive - do not fail in init when trying to find required binary (#74892) 3 years ago
test_download.yml Fix combinated run of unarchive and uri tests under centos 6 3 years ago
test_exclude.yml Fix zip content filtering in unarchive module (#76069) 3 years ago
test_include.yml Require Jinja2 3.0.0 (#75881) 3 years ago
test_missing_binaries.yml unarchive - do not fail in init when trying to find required binary (#74892) 3 years ago
test_missing_files.yml unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) 4 years ago
test_mode.yml unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) 4 years ago
test_non_ascii_filename.yml unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) 4 years ago
test_owner_group.yml Fix cleaning up user for unarchive tests (#75681) 3 years ago
test_parent_not_writeable.yml unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) 4 years ago
test_quotable_characters.yml unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) 4 years ago
test_symlink.yml unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) 4 years ago
test_tar.yml [unarchive] work on older RHEL with group: <gid> (#72098) 4 years ago
test_tar_gz.yml [unarchive] work on older RHEL with group: <gid> (#72098) 4 years ago
test_tar_gz_creates.yml unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) 4 years ago
test_tar_gz_keep_newer.yml Fix unstable unarchive test (#71004) 4 years ago
test_tar_gz_owner_group.yml Fix cleaning up user for unarchive tests (#75681) 3 years ago
test_tar_zst.yml unarchive: add support for .tar.zst (zstd compression) (#73265) 4 years ago
test_unprivileged_user.yml ansible-test - split controller/target testing (#75605) 3 years ago
test_zip.yml [unarchive] work on older RHEL with group: <gid> (#72098) 4 years ago