geerlingguy/ansible-role-repo-epel

epel_repo_gpg_key_url can differ

JorisVanEijden opened this issue · 2 comments

Just a heads-up really and not an issue:
On my CentOS release 5.11 (Final) the key in /etc/pki/rpm-gpg/ is 'RPM-GPG-KEY-EPEL' and not 'RPM-GPG-KEY-EPEL-5'

I'll add a different epel_repo_gpg_key_url to the vars of my centos5 hosts.

Aw, epel_repo_gpg_key_url is in vars/main.yml and not in defaults/main.yml so I cannot override it in my play.
So this /is/ an issue.

The variables are now in defaults/main.yml, so you can override them as needed.