This commit is contained in:
parent
17ba5a8264
commit
059640ab3b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
- name: Add Docker GPG apt Key (new)
|
||||
ansible.builtin.get_url:
|
||||
# Docker Release (CE deb) <docker@docker.com>
|
||||
url: "https://keyserver.ubuntu.com?op=get&search=0x9dc858229fc7dd38854ae2d88d81803c0ebfcd88"
|
||||
url: "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8d81803c0ebfcd88"
|
||||
dest: /etc/apt/keyrings/docker_rel_ce_deb.asc
|
||||
|
||||
- name: Add Docker Repository
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue