From a595ab2f59b4376c4518db1fda24757e583b46a0 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 12 Aug 2020 12:30:23 -0400 Subject: [PATCH] noarch needs to be added to the openstack items --- roles/batcave/files/rhel8-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/batcave/files/rhel8-sync b/roles/batcave/files/rhel8-sync index da554ac7c9..a5102cf523 100644 --- a/roles/batcave/files/rhel8-sync +++ b/roles/batcave/files/rhel8-sync @@ -65,5 +65,5 @@ done OTHERCONF=yum4-batcave-rhel8-other.conf -dnf reposync -c ${RHEL8SYNCDIR}/${OTHERCONF} ${DNFOPTS} --repoid rhel-8-x86_64-openstack-16-rpms -a x86_64 -p other &> /dev/null -dnf reposync -c ${RHEL8SYNCDIR}/${OTHERCONF} ${DNFOPTS} --repoid rhel-8-srpms-openstack-16-rpms --source -a x86_64 -p other &> /dev/null +dnf reposync -c ${RHEL8SYNCDIR}/${OTHERCONF} ${DNFOPTS} --repoid rhel-8-x86_64-openstack-16-rpms -a x86_64 -a noarch -a i686 -p other &> /dev/null +dnf reposync -c ${RHEL8SYNCDIR}/${OTHERCONF} ${DNFOPTS} --repoid rhel-8-srpms-openstack-16-rpms --source -a x86_64 -a noarch -a i686 -p other &> /dev/null