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

View File

@@ -3,8 +3,8 @@
package_list:
- name: 'rpmfusion-free-release'
state: 'present'
url: 'https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm'
url: 'https://download1.rpmfusion.org/free/el/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm'
- name: 'rpmfusion-nonfree-release'
state: 'present'
url: 'https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm'
url: 'https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-{{ ansible_distribution_major_version }}.noarch.rpm'