Skip to content

Commit

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

- name: 'Disable pulpcore:el8 module'
Expand Down

0 comments on commit 65b3a1f

Please sign in to comment.