The synchronize module of Ansible (v1.6.5) prompts for the passphrase (Enter passphrase for key) even though I already entered it at the beginning of running th
I tried using the copy module but it takes way too much time. So to make the synchronize module works, I will do the following. It is not perfect but at least it works.
change the ownership and permissions of the destination remote folder to the user I am using
use synchronize without sudo
set back the ownership and permissions of the destination remote to what I wanted before