1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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.
2018-02-08 00:12:32 -08:00
..
defaults Copy module: improve tests allowing to use a managed host which isn't the controller host (#25672) 2017-07-31 22:07:22 -07:00
files copy tests: only create recursive symlink in tests (#35073) 2018-01-19 11:42:20 +10:00
meta Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
tasks Fix copy for implicit relative paths (#35016) 2018-02-08 00:12:32 -08:00
aliases Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00