Not sure if my error is related to the control path (see link below) or not, but I got a error about not being able to transfer a file in my logs.
http://docs.ansible.com/intro_configuration.html#control-path
2014-12-04 10:02:47,137 p=1602 u=jmcmahon | TASK: [census.deploy | Copy .ruby-gemset to releases] *************************
2014-12-04 10:07:21,740 p=1602 u=jmcmahon | fatal: [mqa-cbeserver1.flatworldknowledge.com] => failed to transfer file to /tmp/ansible-tmp-1417705367.85-253946577954926/copy:
Read from socket failed: Connection reset by peer^M
Connection closed^M
2014-12-04 10:07:21,741 p=1602 u=jmcmahon | FATAL: all hosts have already failed – aborting
2014-12-04 10:07:21,741 p=1602 u=jmcmahon | PLAY RECAP ********************************************************************
2014-12-04 10:07:21,743 p=1602 u=jmcmahon | to retry, use: --limit @/Users/jmcmahon/deploy-census.retry
2014-12-04 10:07:21,744 p=1602 u=jmcmahon | mqa-cbeserver1.flatworldknowledge.com : ok=11 changed=7 unreachable=1 failed=0
Any ideas on what happened? I was able to manually run the script again and all worked fine.