Skip to content

Commit

Permalink
check signatures for candlepin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jun 14, 2024
1 parent a94af75 commit d893357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/candlepin_repositories/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name: candlepin-repository
description: Candlepin {{ candlepin_repositories_version }}
baseurl: "https://yum.theforeman.org/candlepin/{{ candlepin_repositories_version }}/el{{ ansible_distribution_major_version }}/$basearch/"
gpgcheck: no
gpgcheck: "{{ 'no' if candlepin_repositories_version == 'nightly' else 'yes' }}"
gpgkey: "https://yum.theforeman.org/candlepin/{{ candlepin_repositories_version }}/RPM-GPG-KEY-candlepin"
enabled: yes

- name: 'Enable pki-core module'
Expand Down

0 comments on commit d893357

Please sign in to comment.