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
Jonathan Neuhauser 49e1cb9f42
unarchive: fix non-english locales (#76542)
* unarchive: fix non-english locales

For GNU Gettext, the LANGUAGE environment variable takes precedence over LANG or LC_ALL. On systems where LANGUAGE was set to a non-english locale, the output of the tar command therefore not understood and the module failed silently ("changed": false, but the archive was not extracted).

* add tests

* changelog
3 years ago
..
main.yml unarchive: fix non-english locales (#76542) 3 years ago
prepare_tests.yml
test_different_language_var.yml
test_download.yml
test_exclude.yml
test_include.yml
test_missing_binaries.yml
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