-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.16.0
Description of problem:
Due to an accident, we only ship ansible-lint for 6.16 on EL8, not on EL9.
That means that when you upgrade in place to EL9, the EL8 ansible-lint packages are still installed.
The post-upgrade documentation says to remove all EL8 packages, which results in removal of ansible-lint even tho galaxy-importer would like to have it.
How reproducible:
100
Is this issue a regression from an earlier version:
Steps to Reproduce:
1. Install 6.16 on RHEL8
2. Upgrade in-place to RHEL9
3. Try to remove EL8 packages as documented (dnf remove $(rpm -qa | grep \.el[78] | grep -vE 'gpg-pubkey|libmodulemd|katello-ca-consumer')
Actual behavior:
ansible-lint is removed
Expected behavior:
ansible-lint is not removed
Business Impact / Additional info:
- relates to
-
SAT-29659 make galaxy-importer require ansible-lint on EL9 by evgeni · Pull Request #1458 · theforeman/pulpcore-packaging · GitHub
- Closed