Suppression du code inutile

This commit is contained in:
2018-04-30 20:15:04 +02:00
parent 9563695569
commit 0b6f0b4aec

View File

@@ -39,19 +39,13 @@
- ca-certificates - ca-certificates
- curl - curl
- gnupg2 - gnupg2
# - software-properties-common
- lsb-release
Debian Docker Add Repo: Debian Docker Add Repo:
pkgrepo.managed: pkgrepo.managed:
# - name: deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable
- name: deb [arch=amd64] https://download.docker.com/linux/debian {{DEBVER}} stable - name: deb [arch=amd64] https://download.docker.com/linux/debian {{DEBVER}} stable
- file: /etc/apt/sources.list.d/docker-ce.list - file: /etc/apt/sources.list.d/docker-ce.list
- enable: 1 - enable: 1
- key_url: https://download.docker.com/linux/debian/gpg - key_url: https://download.docker.com/linux/debian/gpg
## cmd.run:
## - 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"
Debian Docker CE installation: Debian Docker CE installation:
pkg.installed: pkg.installed: