We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b6be5 commit 901ec20Copy full SHA for 901ec20
tasks/debian.yml
@@ -15,7 +15,7 @@
15
# https://github.com/ansible/ansible/issues/12161
16
- name: deb | Add apt gpg key
17
apt_key:
18
- keyserver: "https://storebits.docker.com/ee/linux/{{docker_subscription}}/ubuntu/gpg"
+ url: "https://storebits.docker.com/ee/linux/{{docker_subscription}}/ubuntu/gpg"
19
state: present
20
id: "{{docker_gpg_fingerprint}}"
21
0 commit comments