From d9f2ac14bcd56652665db9f54e448a27bcda2ca6 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Wed, 1 Mar 2023 15:28:28 +0100 Subject: [PATCH] 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. --- tools/appsre-ansible/rpmbuild.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/appsre-ansible/rpmbuild.yml b/tools/appsre-ansible/rpmbuild.yml index 73ea4a233..f013d58e5 100644 --- a/tools/appsre-ansible/rpmbuild.yml +++ b/tools/appsre-ansible/rpmbuild.yml @@ -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