Skip to content

Commit

Permalink
Install CentOS Repo Key
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Jan 3, 2024
1 parent fb8d899 commit c10f5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rhel/software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
state: present

- name: Install CentOS Repo Key for RHEL 8
rpm_key:
package:
state: present
key: 'http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-8-6.el8.noarch.rpm'
name: 'http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-8-6.el8.noarch.rpm'
when: ansible_facts['distribution_major_version'] | int == 8

- name: Install CentOS Repo for RHEL 8
Expand Down

0 comments on commit c10f5c7

Please sign in to comment.