pkg.refresh au milieu installation docker sur Debian. Pour de vrai !
This commit is contained in:
@@ -11,9 +11,6 @@
|
|||||||
cmd.run:
|
cmd.run:
|
||||||
- name: yum-config-manager -y --add-repo 'https://download.docker.com/linux/centos/docker-ce.repo'
|
- name: yum-config-manager -y --add-repo 'https://download.docker.com/linux/centos/docker-ce.repo'
|
||||||
|
|
||||||
include:
|
|
||||||
- linux.update
|
|
||||||
|
|
||||||
CentOS Docker CE installation:
|
CentOS Docker CE installation:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
@@ -48,6 +45,9 @@
|
|||||||
- name: curl -fsSL 'https://download.docker.com/linux/debian/gpg' | apt-key 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"
|
- 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:
|
Debian Docker CE installation:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
|
|||||||
Reference in New Issue
Block a user