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
Toshio Kuratomi 8a22b51755
Fix copy for implicit relative paths (#35016)
copy currently fails if you specify a destination without any directory
component.  This is because we take the dirname of the destination for
some processing and no dirname causes issues.

This corrects that by prepending "./" if there is no directory component
in dest.
8 years ago
..
dest_in_non_existent_directories.yml Deprecate tests used as filters (#32361) 8 years ago
main.yml copy tests: only create recursive symlink in tests (#35073) 8 years ago
src_file_dest_file_in_non_existent_dir.yml Deprecate tests used as filters (#32361) 8 years ago
tests.yml Fix copy for implicit relative paths (#35016) 8 years ago