-
-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Role does not work with Fedora with only dnf5 installed #472
Comments
I also noticed that the |
This behavior has been adressed in ansible/ansible#80550 but i think it is only included in 2.18 As for your second suggestion, yes, you can replace the hardcoded list, see here #474 |
Upgrading to ansible-core 2.18 does not resolve this unfortunately |
is there a reason you closed your PR, and would it possible for me to reopen it? |
Yes, it didn't pass the ci, once it is working, we can reopen it for sure, but feel free to fork my branch and fix/improve it |
I receive the following output when I import this role on Fedora 40 with only dnf5. The role behaves correctly on Fedora 40 with dnf4 installed
Running
sudo dnf5 remove docker docker-common docker-engine
executes correctly.I believe this is the task where the failure occurs is
Ensure old versions of Docker are not installed
in this filetasks/setup-RedHat.yml
The text was updated successfully, but these errors were encountered: