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
David Shrewsbury 1142faa213
Do not pass file mode during recursive copy on symlink files. (#69011)
* Do not pass file mode during recursive copy on symlink files.

The 'file' module cannot deal with mode=preserve. Do not pass that
mode to the module when 'preserve' is used.

* Fix changelog fragment filename
5 years ago
..
acls.yml
check_mode.yml [copy] Add some test coverage for check_mode (#68895) 5 years ago
dest_in_non_existent_directories.yml
dest_in_non_existent_directories_remote_src.yml
main.yml [copy] Add some test coverage for check_mode (#68895) 5 years ago
src_file_dest_file_in_non_existent_dir.yml
src_file_dest_file_in_non_existent_dir_remote_src.yml
tests.yml Do not pass file mode during recursive copy on symlink files. (#69011) 5 years ago