Skip to content

Commit

Permalink
chore: disable adoptium rhel7 gpg checks
Browse files Browse the repository at this point in the history
GPG checks are flaky with RHEL7 and custom adoptium repos. Since this is just a stop-gap solution, GPG check is not strictly needed.
  • Loading branch information
ricardas-buc committed Nov 30, 2023
1 parent 2f15b17 commit 296702d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ansible/roles/xroad-base/tasks/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
description: "Adoptium repository"
baseurl: "https://artifactory.niis.org/artifactory/rpm-adoptium-remote/rhel/7/x86_64"
enabled: yes
gpgcheck: yes
repo_gpgcheck: yes
gpgkey: "https://artifactory.niis.org/api/gpg/key/public"
gpgcheck: no
repo_gpgcheck: no
state: present
when: ansible_distribution_major_version == "7"

Expand Down

0 comments on commit 296702d

Please sign in to comment.