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 4a832edef1
commit b5f010a759
31 changed files with 71 additions and 201 deletions
+12
View File
@@ -0,0 +1,12 @@
---
# vars file for ensure_repo_rpmfusion
package_list:
- disable_gpg_check: 'yes'
name: 'rpmfusion-free-release'
state: 'present'
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_facts["distribution_major_version"] }}.noarch.rpm'