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
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.
7 years ago
..
defaults Copy module: improve tests allowing to use a managed host which isn't the controller host (#25672) 7 years ago
files copy tests: only create recursive symlink in tests (#35073) 7 years ago
meta Fix cosmetic problems in YAML source 8 years ago
tasks Fix copy for implicit relative paths (#35016) 7 years ago
aliases Initial ansible-test implementation. (#18556) 8 years ago