On 08/12/2018 06:20 AM, Jarmo Hurri wrote:
So I needed to dig rpmfusion-free key from https://pgp.mit.edu/ and
include it in my Ansible playbook. Now an entry in my repo playbook
looks like this:

- name: enable rpmfusion free repo
   yum_repository:
     name: rpmfusion-free
     description: rpmfusion free repo
     gpgcheck: yes
     gpgkey: https://pgp.mit.edu/pks/lookup?op=get&search=0xC08D326909EAB3F2
     baseurl: 
http://download1.rpmfusion.org/free/fedora/releases/$releasever/Everything/$basearch/os

The downside is that gpgkey link is not parameterized by repo/release
and therefore needs to be changed manually for new systems. Well, that's
not too bad.

Why don't you just install the rpmfusion-*-release packages which include the keys?
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/DMKV4OPTCJVSHRHPYY5MWEIPNZC6QINP/

Reply via email to