tools/appsre-ansible: don't subscribe machines used for rpmbuild
We actually use rhui/cloud access images for rpmbuild as well. And the sync issue between cdn and rhui repos can cause issues when rpms are build against older packages.
This commit is contained in:
parent
56aa40ea5e
commit
d9f2ac14bc
1 changed files with 0 additions and 5 deletions
|
|
@ -20,11 +20,6 @@
|
|||
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
|
||||
disable_gpg_check: yes
|
||||
|
||||
- name: Subscribe
|
||||
community.general.redhat_subscription:
|
||||
activationkey: "{{ RH_ACTIVATION_KEY }}"
|
||||
org_id: "{{ RH_ORG_ID }}"
|
||||
|
||||
# Upgrading authselect without --allowerasing currently fails on RHEL 9.1 with RHUI repos
|
||||
# https://issues.redhat.com/browse/RHUIOPS-84
|
||||
# TODO: remove this once the issue is fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue