Correction du pré-requis lsb-release

This commit is contained in:
2018-04-29 19:02:45 +02:00
parent 54ebc8a00c
commit 135d89ff5c

View File

@@ -43,7 +43,7 @@
Debian Docker Add Repo: Debian Docker Add Repo:
cmd.run: cmd.run:
- name: curl -fsSL 'https://download.docker.com/linux/debian/gpg' | apt-key -y add - - 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: Debian Docker CE installation:
pkg.installed: pkg.installed: