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/copy/tasks
Sloane Hertel e208fe5932
copy module - fix copying directories recursively with remote_src=True (#76997)
* copy module - fix copying directories containing modified subdirs with remote_src=True. Previously, the first changed subdir would prevent recursively checking for changes for in subdirs at the same level.

* Fix reporting changed for copying empty directories with remote_src=True. If a directory is created on the remote but nothing else, changed is True.
2 years ago
..
acls.yml Install acl on Ubuntu for copy integration test. 3 years ago
check_mode.yml
dest_in_non_existent_directories.yml
dest_in_non_existent_directories_remote_src.yml
main.yml Remove COMMAND_WARNINGS and warn (#77411) 3 years ago
no_log.yml
selinux.yml fix copy test for split controller/remote 3 years ago
src_file_dest_file_in_non_existent_dir.yml
src_file_dest_file_in_non_existent_dir_remote_src.yml
tests.yml copy module - fix copying directories recursively with remote_src=True (#76997) 2 years ago