Revert "tools/appsre-ansible: workaround missing authselect-compat"

This reverts commit 4833f99070.
This commit is contained in:
Sanne Raymaekers 2023-03-01 15:33:04 +01:00 committed by Tomáš Hozza
parent 0096ff3689
commit 75e6333b9e

View file

@ -20,18 +20,6 @@
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
disable_gpg_check: yes
# 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
- name: Upgrade authselect package
dnf:
name: authselect
state: latest
allowerasing: yes
register: result
retries: 5
until: result is success
- name: Upgrade all packages
package:
name: "*"