688cd8657b
Change: - module_utils.basic.is_special_selinux_path() used a string == bytestring comparison which returned False and made Ansible think that certain filesystems aren't, in fact, special-cased, when they should be. Ensure both sides of the == are bytestrings. Test Plan: - Added `copy` integration tests for this case. Tickets: - Fixes #70244 Signed-off-by: Rick Elrod <rick@elrod.me> |
||
---|---|---|
.. | ||
acls.yml | ||
check_mode.yml | ||
dest_in_non_existent_directories.yml | ||
dest_in_non_existent_directories_remote_src.yml | ||
main.yml | ||
selinux.yml | ||
src_file_dest_file_in_non_existent_dir.yml | ||
src_file_dest_file_in_non_existent_dir_remote_src.yml | ||
tests.yml |