diff --git a/tasks/docker.yml b/tasks/docker.yml index d87e853..515900d 100644 --- a/tasks/docker.yml +++ b/tasks/docker.yml @@ -18,11 +18,10 @@ - name: Add Docker apt key. apt_key: - url: curl -fsSL https://download.docker.com/linux/debian/gpg + url: https://download.docker.com/linux/debian/gpg id: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 state: present register: add_repository_key - ignore_errors: "{{ docker_apt_ignore_key_error }}" - name: Ensure curl is present (on older systems without SNI). apt: