Merge pull request #104 from cloud-neutral/codex/fix-docker-gpg-key-installation-error
Add retries when downloading Docker GPG key
This commit is contained in:
commit
4dc54f6644
@ -43,6 +43,10 @@
|
||||
url: https://download.docker.com/linux/ubuntu/gpg
|
||||
dest: /etc/apt/keyrings/docker.asc
|
||||
mode: '0644'
|
||||
register: docker_gpg_download
|
||||
until: docker_gpg_download is succeeded
|
||||
retries: 5
|
||||
delay: 3
|
||||
|
||||
- name: Add Docker repository
|
||||
ansible.builtin.apt_repository:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user