pkg.refresh au milieu installation docker sur Debian. Pour de vrai !
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user