Fix ansible core 2.20 and supported OS list

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-05 14:12:48 -05:00
parent e2f86bbb44
commit 14aaa3c723
31 changed files with 71 additions and 201 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ 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'
url: 'https://download1.rpmfusion.org/free/el/rpmfusion-free-release-{{ ansible_facts["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'
url: 'https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-{{ ansible_facts["distribution_major_version"] }}.noarch.rpm'