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
4 years ago
..
acls.yml Fix copy module to reset filesystem acls (#51868) 5 years ago
check_mode.yml [copy] Add some test coverage for check_mode (#68895) 4 years ago
dest_in_non_existent_directories.yml Deprecate tests used as filters (#32361) 7 years ago
dest_in_non_existent_directories_remote_src.yml copy: ensure _original_basename is set: fixes #47050 (#47238) 4 years ago
main.yml [copy] Add some test coverage for check_mode (#68895) 4 years ago
src_file_dest_file_in_non_existent_dir.yml Deprecate tests used as filters (#32361) 7 years ago
src_file_dest_file_in_non_existent_dir_remote_src.yml copy: ensure _original_basename is set: fixes #47050 (#47238) 4 years ago
tests.yml Do not pass file mode during recursive copy on symlink files. (#69011) 4 years ago