file module hangs

Did a git pull and now the file module is hanging randomly on my ubuntu servers.

I followed the tips for debugging found here:

http://willthames.github.io/2014/04/28/debugging-ansible-for-fun-and-no-profit.html

http://michaeldehaan.net/post/35403909347/tips-on-using-debuggers-with-ansible

And to my surprise the module ran as expected without having.

With ANSIBLE_KEEP_REMOTE_FILES active I can run the module and it returns without hanging.

How can I continue to debug this issue?

Seems like some previous play is causing issues or problems with plays further down in the playbook. Not sure how to debug this.

Looks like the same bug as listed here: http://bit.ly/1CyR3Ok

Previous host set the sudo password and every host after sudo doesn’t work.