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 3defbfe501
commit 0dcbfa4174
7 changed files with 23 additions and 18 deletions

View File

@@ -3,8 +3,7 @@
package_list:
- name: 'rpmfusion-free-release'
state: 'present'
url: 'https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-29.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-29.noarch.rpm'
url: 'https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ ansible_distribution_major_version }}.noarch.rpm'