From 5108e95cdbc1509f1fd9ce00d191d1c0ac969544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 29 Apr 2018 17:41:04 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20ajout=20des=20cl=C3=A9s=20repo=20p?= =?UTF-8?q?our=20Debian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- softwares/dockerCE.sls | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/softwares/dockerCE.sls b/softwares/dockerCE.sls index 0b6b4f0..6ae0287 100644 --- a/softwares/dockerCE.sls +++ b/softwares/dockerCE.sls @@ -41,8 +41,7 @@ Debian Docker Add Repo: cmd.run: - -name: curl -fsSL 'https://download.docker.com/linux/debian/gpg' | apt-key -y add - - -name: add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb-release -cs) stable" + -name: curl -fsSL 'https://download.docker.com/linux/debian/gpg' | apt-key -y add - && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb-release -cs) stable" Debian Docker CE installation: pkg.installed: