ansible/test/integration/targets/copy/tasks
Sam Doran b22d97b2c1
[stable-2.10] Fix string/bytestring comparsion in m_u.basic (#70439) (#73129)
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>.
(cherry picked from commit 688cd8657b)
2021-01-11 00:55:15 -06:00
..
acls.yml
check_mode.yml [copy] Add some test coverage for check_mode (#68895) 2020-04-17 16:09:32 -05:00
dest_in_non_existent_directories.yml
dest_in_non_existent_directories_remote_src.yml
main.yml copy - redact 'content' from invocation in check mode (#71033) (#71067) 2020-08-27 13:41:14 -05:00
no_log.yml copy - redact 'content' from invocation in check mode (#71033) (#71067) 2020-08-27 13:41:14 -05:00
selinux.yml [stable-2.10] Fix string/bytestring comparsion in m_u.basic (#70439) (#73129) 2021-01-11 00:55:15 -06:00
src_file_dest_file_in_non_existent_dir.yml
src_file_dest_file_in_non_existent_dir_remote_src.yml
tests.yml Fix copy module file perms with remote_src (#69993) 2020-06-11 15:18:59 -04:00