From 614e1c0a902f7724eae4d873aff66359929aa397 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 28 Aug 2018 12:10:33 +0200 Subject: [PATCH] syntax error --- tasks/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: