Using Ansible copy module for remote to remote file transfer (same remote host)

Why don’t you use rsync module which will work good in directory and remote hosts. I think cp module will not work recursively.