Add CentOS 9 and Fedora 38

This commit is contained in:
2023-04-23 16:40:20 -05:00
parent f738c0dc4e
commit 449ac77df7
4 changed files with 27 additions and 4 deletions

12
vars/CentOS-9-default.yml Normal file
View File

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