mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 08:11:12 +00:00
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.