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.
2018-02-08 00:12:32 -08:00
..
dest_in_non_existent_directories.yml
main.yml copy tests: only create recursive symlink in tests (#35073) 2018-01-19 11:42:20 +10:00
src_file_dest_file_in_non_existent_dir.yml
tests.yml Fix copy for implicit relative paths (#35016) 2018-02-08 00:12:32 -08:00