Files
community.general/lib/ansible/modules/files
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
..
2016-12-08 11:22:22 -05:00
2018-02-05 23:39:56 -05:00
2017-08-15 23:12:08 -07:00
2017-12-21 17:00:25 -05:00
2017-08-15 23:12:08 -07:00
2017-08-15 23:12:08 -07:00
2018-01-11 14:12:32 +10:00
2018-02-05 23:39:56 -05:00
2018-01-08 00:13:39 +01:00