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

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