From 135d89ff5c23a6dc85f61c9bc874e7aa782a4e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 29 Apr 2018 19:02:45 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20du=20pr=C3=A9-requis=20lsb-release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- softwares/dockerCE.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwares/dockerCE.sls b/softwares/dockerCE.sls index 31fe750..07ba6ae 100644 --- a/softwares/dockerCE.sls +++ b/softwares/dockerCE.sls @@ -43,7 +43,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: add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" Debian Docker CE installation: pkg.installed: