From 0037e51aa2148196ee5dc712f2db2533e5265696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 29 Apr 2018 21:01:11 +0200 Subject: [PATCH] pkg.refresh au milieu installation docker sur Debian. Pour de vrai ! --- softwares/dockerCE.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/softwares/dockerCE.sls b/softwares/dockerCE.sls index ab05a62..3af3dc5 100644 --- a/softwares/dockerCE.sls +++ b/softwares/dockerCE.sls @@ -11,9 +11,6 @@ cmd.run: - name: yum-config-manager -y --add-repo 'https://download.docker.com/linux/centos/docker-ce.repo' - include: - - linux.update - CentOS Docker CE installation: pkg.installed: - pkgs: @@ -48,6 +45,9 @@ - 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" + include: + - linux.update + Debian Docker CE installation: pkg.installed: - pkgs: