Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ensure_redhat_gpgkey_installed on RHEL 10
We have discovered during productization that the rule ensure_redhat_gpgkey_installed fails on RHEL 10. It seems to have an easy fix so we aren't opening a ticket but we are fixing it directly. The release and version values in product.yml were swapped. ``` [root@XXX ~]# rpm -q redhat-release redhat-release-10.0-24.el10.x86_64 [root@XXX ~]# rpm -q --queryformat 'release=%{RELEASE} version=%{VERSION}\n' gpg-pubkey release=4ae0493b version=fd431d51 release=6229229e version=5a6340b3 ```
- Loading branch information