Hi,

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.


Found this issue in github that might be related
https://github.com/ansible/ansible/issues/4810

Here is the task

---
- name: Get Xamarin GPG
# Add an apt key by id from a keyserver
  apt_key: keyserver=keyserver.ubuntu.com 
id=3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF state=present

Any idea how to fix ? 

Thanks,
Rogelio

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3deededd-33a6-42c1-8d9f-e8e2ab621f3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to