Deploy rpmfusion on EL and Fedora distro for supported versions

This commit is contained in:
2019-12-30 16:41:27 -06:00
parent 261e05480f
commit e640cbddc0
18 changed files with 293 additions and 35 deletions

6
vars/RedHat-7-x86_64.yml Normal file
View File

@@ -0,0 +1,6 @@
---
# vars file for ensure_repo_rpmfusion
package_list:
- { name: 'rpmfusion-free-release', state: 'present', url: 'https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm' }
- { name: 'rpmfusion-nonfree-release', state: 'present', url: 'https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm' }