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' %} {% set URLNONFREE=URLROOT + '/nonfree/fedora/rpmfusion-nonfree-release-' + FEDORAVER + '.noarch.rpm' %}
Installons les repos RPM Fusion : Installons les repos RPM Fusion :
pkg.installed: pkg.installed:
- pkgs: - sources:
- "{{URLFREE}}" - rpmfusion-free-release: "{{URLFREE}}"
- "{{URLNONFREE}}" - rpmfusion-nonfree-release: "{{URLNONFREE}}"
{% endif %} {% endif %}