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?