Is it just my fault or a bug worth filing at github?
Synchronize module tries to push the files to the remote host even if it I try to do a local copy as seen on ansible docs:
# Synchronization of two paths both on the control machine
local_action: synchronize src=some/relative/path dest=/some/absolute/path
Ansible version is 1.4.1 from tar.gz (but reports 1.5?!)
PLAYBOOK: