[ansible-project] synchronize module hangs after syncing files

2014-10-07 Thread paradigm100
I belive i found the issue , Just ran the rsync using the shell module with rsync , it worked great and did not hang until i turned on verbrose mode with rsync (-v). The directory i'm rsyncing from has a lot of very old files which origenaly came from a windows file system and contain some kind

[ansible-project] synchronize module hangs after syncing files

2014-10-07 Thread paradigm100
hi , when doing this task : - name: rsync cms_tcl code to server synchronize: src=/home/user/code_checkout/cms_tcl dest=/var/www/wsgi/code recursive=yes ansible hangs but i can see that the folder has been rsync'd correctly GATHERING FACTS ***