pkg.refresh au milieu installation docker sur Debian. Pour de vrai !

This commit is contained in:
2018-04-29 21:01:11 +02:00
parent 617936eca9
commit 0037e51aa2

View File

@@ -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: