mirror of https://github.com/ansible/ansible.git
[dnf] Make behavior/errors compatible for new DNF
Change: Extend the logic for custom error handling in the dnf module, so that on newer DNF (such as DNF that ships with modern Fedora 31 container images, and ships with RHEL 8.2) we report errors consistently with older DNF. Test Plan: Ran dnf integration tests against an old Fedora 31 container image and a brand new Fedora 32 container image; tess passed on both. Signed-off-by: Rick Elrod <rick@elrod.me>pull/69282/head
parent
a4f13acd85
commit
07084217dc
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- dnf - Unified error messages when trying to install a nonexistent package with newer dnf (4.2.18) vs older dnf (4.2.9)
|
||||
- dnf - Unified error messages when trying to remove a wildcard name that is not currently installed, with newer dnf (4.2.18) vs older dnf (4.2.9)
|
Loading…
Reference in New Issue