angstwad/docker.ubuntu

Getting error while downloading GPG key

Closed this issue · 6 comments

Here is the error which i am getting starting recently:

TASK: [docker.ubuntu | Add Docker repository key] *****************************
failed: [test-host] => {"failed": true}
msg: Failed to download key at http://get.docker.com/gpg: Request failed: <urlopen error [Errno 1] _ssl.c:510: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure>

I'm getting this for the past few days too.

Can you guys provide some information for me real quick so I can try to replicate?

  1. Version of Ansible
  2. -vvvv output of a run causing this
  3. Target machine ubuntu version
  4. Target machine python version

I was hitting this because I was on bafa10b.

The change at #62 fixed this for me.

Thanks!
Dan

@tehranian ltns! Ran into the same issue with my own playbooks. Thanks for the heads up 👍

@craigtracey Fancy seeing you here! Glad I could help.

Should we close this one?