Enable Fedora 35 and use variables instead of hard code version numbers

This commit is contained in:
2021-11-07 22:57:10 -06:00
parent 700944c9d8
commit 069d8b2779
7 changed files with 23 additions and 18 deletions
+2 -3
View File
@@ -3,8 +3,7 @@
package_list:
- name: 'rpmfusion-free-release'
state: 'present'
url: 'https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-30.noarch.rpm'
url: 'https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm'
- name: 'rpmfusion-nonfree-release'
state: 'present'
url: 'https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-30.noarch.rpm'
url: 'https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ ansible_distribution_major_version }}.noarch.rpm'