This commit is contained in:
Raphael Werner 2025-04-29 16:09:15 +02:00
parent 98e8df7c9a
commit d280e4eabd
2 changed files with 3 additions and 4 deletions

View file

@ -1,10 +1,6 @@
---
# tasks file for fedora
- vars:
rpmfusion_keys_errors: ""
rpmfusion_repo_errors: ""
- name: "Adding rpmfusion repos"
become: true
block:

View file

@ -1,6 +1,9 @@
---
# vars file for fedora
rpmfusion_keys_errors: ""
rpmfusion_repo_errors: ""
rpmfusion_keys:
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020"
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020"