Skip to content

Commit 901ec20

Browse files
author
David Yu
committed
changing keyserver to url
1 parent 50b6be5 commit 901ec20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# https://github.com/ansible/ansible/issues/12161
1616
- name: deb | Add apt gpg key
1717
apt_key:
18-
keyserver: "https://storebits.docker.com/ee/linux/{{docker_subscription}}/ubuntu/gpg"
18+
url: "https://storebits.docker.com/ee/linux/{{docker_subscription}}/ubuntu/gpg"
1919
state: present
2020
id: "{{docker_gpg_fingerprint}}"
2121

0 commit comments

Comments
 (0)