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:
Sanne Raymaekers 2023-03-01 15:28:28 +01:00 committed by Tomáš Hozza
parent 56aa40ea5e
commit d9f2ac14bc

View file

@ -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