Correction de apt-key

This commit is contained in:
2018-04-29 19:11:35 +02:00
parent 135d89ff5c
commit d58c6a1b06

View File

@@ -42,7 +42,7 @@
Debian Docker Add Repo:
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 add -
- name: add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
Debian Docker CE installation: