From 1e5d7a6c25d9b2ac61b09ac18c63b68f1a229bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 7 May 2018 17:45:11 +0200 Subject: [PATCH] erreur de syntaxe --- softwares/dockerCE.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwares/dockerCE.sls b/softwares/dockerCE.sls index 155ef1c..15313ce 100644 --- a/softwares/dockerCE.sls +++ b/softwares/dockerCE.sls @@ -37,7 +37,7 @@ Fedora Docker Add Repo: cmd.run: - - name: dnf-config-manager -y --add-repo 'https://download.docker.com/linux/fedora/docker-ce.repo' + - name: dnf config-manager -y --add-repo 'https://download.docker.com/linux/fedora/docker-ce.repo' Fedora Docker CE installation: pkg.installed: