Correction syntaxe

This commit is contained in:
2018-04-29 17:48:05 +02:00
parent d6b6ea237d
commit 7fdead69bd

View File

@@ -41,7 +41,8 @@
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 - && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb-release -cs) stable" - 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"
Debian Docker CE installation: Debian Docker CE installation:
pkg.installed: pkg.installed: