From add1297d7987fa8ecb860a0edad9857680b11e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sat, 17 Nov 2018 16:04:43 +0100 Subject: [PATCH] syntaxe --- softwares/rpmfusion.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/softwares/rpmfusion.sls b/softwares/rpmfusion.sls index 0c86be5..a4e6fa9 100644 --- a/softwares/rpmfusion.sls +++ b/softwares/rpmfusion.sls @@ -7,7 +7,7 @@ {% set URLNONFREE=URLROOT + '/nonfree/fedora/rpmfusion-nonfree-release-' + FEDORAVER + '.noarch.rpm' %} Installons les repos RPM Fusion : pkg.installed: - - pkgs: - - "{{URLFREE}}" - - "{{URLNONFREE}}" + - sources: + - rpmfusion-free-release: "{{URLFREE}}" + - rpmfusion-nonfree-release: "{{URLNONFREE}}" {% endif %} \ No newline at end of file