Revert "Packer: workaround missing authselect-compat-1.2.5-2.el9_1 in RHUI repos"
This reverts commit 0a4a75e19e.
This commit is contained in:
parent
d9f2ac14bc
commit
0096ff3689
2 changed files with 0 additions and 15 deletions
|
|
@ -24,18 +24,6 @@
|
||||||
# if osbuild_commit is not defined, osbuild from distribution repositories is installed
|
# if osbuild_commit is not defined, osbuild from distribution repositories is installed
|
||||||
when: osbuild_commit is defined
|
when: osbuild_commit is defined
|
||||||
|
|
||||||
# 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
|
- name: Upgrade all packages
|
||||||
package:
|
package:
|
||||||
name: "*"
|
name: "*"
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,6 @@ if [ "$ON_JENKINS" = false ]; then
|
||||||
# see https://bugzilla.redhat.com/show_bug.cgi?id=2143282
|
# see https://bugzilla.redhat.com/show_bug.cgi?id=2143282
|
||||||
# TODO: Remove me when the bug is fixed or we switch to 9.1
|
# TODO: Remove me when the bug is fixed or we switch to 9.1
|
||||||
sudo dnf remove -y python-unversioned-command
|
sudo dnf remove -y python-unversioned-command
|
||||||
# TODO: Remove once authselect-compat-1.2.5-2.el9_1.x86_64 is in el9 RHUI repos
|
|
||||||
# https://issues.redhat.com/browse/RHUIOPS-84
|
|
||||||
sudo dnf upgrade -y --allowerasing authselect
|
|
||||||
sudo dnf upgrade -y
|
sudo dnf upgrade -y
|
||||||
|
|
||||||
sudo dnf install -y podman jq
|
sudo dnf install -y podman jq
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue