ansible/test/integration/targets/unarchive/tasks
Sam Doran 004c33d9c5
unarchive - do not fail in init when trying to find required binary (#74892)
Test for the required binaries in the can_handle_archive() method and fail there. This
prevents failures for missing binaries unrelated to the archive type.

* Update missing zip binary message to match tar message
* Update unit tests
* Add integration tests
* Define packages based on the system rather than ignoring failures
2021-06-07 12:59:06 -04:00
..
main.yml unarchive - do not fail in init when trying to find required binary (#74892) 2021-06-07 12:59:06 -04:00
prepare_tests.yml unarchive - do not fail in init when trying to find required binary (#74892) 2021-06-07 12:59:06 -04:00
test_download.yml
test_exclude.yml
test_include.yml
test_missing_binaries.yml unarchive - do not fail in init when trying to find required binary (#74892) 2021-06-07 12:59:06 -04:00
test_missing_files.yml
test_mode.yml
test_non_ascii_filename.yml
test_owner_group.yml
test_parent_not_writeable.yml
test_quotable_characters.yml
test_symlink.yml
test_tar.yml
test_tar_gz.yml
test_tar_gz_creates.yml
test_tar_gz_keep_newer.yml
test_tar_gz_owner_group.yml
test_tar_zst.yml
test_unprivileged_user.yml
test_zip.yml