As promised on one ticket, here's a bit of info about how to use
debuggers with Ansible.
http://michaeldehaan.net/post/35403909347/
TLDR: "pip install epdb" is good, and test with use "--forks 1".
(You can still use regular pdb locally with ansible and --forks 1, but
it's not so good with testing module execution)