From d58c6a1b06f6318f370e82f498078b3a756f15e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 29 Apr 2018 19:11:35 +0200 Subject: [PATCH] Correction de apt-key --- softwares/dockerCE.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwares/dockerCE.sls b/softwares/dockerCE.sls index 07ba6ae..9703470 100644 --- a/softwares/dockerCE.sls +++ b/softwares/dockerCE.sls @@ -42,7 +42,7 @@ Debian Docker Add Repo: cmd.run: - - name: curl -fsSL 'https://download.docker.com/linux/debian/gpg' | apt-key -y add - + - name: curl -fsSL 'https://download.docker.com/linux/debian/gpg' | apt-key add - - name: add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" Debian Docker CE installation: