angstwad/docker.ubuntu

Apt keyserver is deprecated

Closed this issue · 2 comments

Looks like the keyserver defined here is no longer available: https://github.com/angstwad/docker.ubuntu/blob/master/defaults/main.yml#L29

if you set this in your playbook vars it will use dockers official key:
apt_key_url: https://download.docker.com/linux/ubuntu/gpg

@aircraft-cerier cool, thanks! That's essentially the workaround we used and can confirm it resolves the problem :)