Using Ansible 1.6.6 and a Linux Mint 16, which tries to provision an Ubuntu trusty image, I get apt_key error
______________________________
< TASK: mono | Get Xamarin GPG >
------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
failed: [default] => {"failed": true, "id": "3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"}
msg: key does not seem to have been added
FATAL: all hosts have already failed -- aborting
____________
< PLAY RECAP >
------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
to retry, use: --limit @/home/rogelio/playbook.retry
default : ok=3 changed=0 unreachable=0 failed=1
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.