This commit is contained in:
Iwan Clément
2018-11-17 16:04:43 +01:00
parent 6f37783bab
commit add1297d79

View File

@@ -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 %}