diff options
author | Adam Miller <admiller@redhat.com> | 2018-08-27 12:17:47 -0500 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2018-08-27 10:17:47 -0700 |
commit | 397febd343396d427f8bc7eef174174805c924ed (patch) | |
tree | 3e0bc0a8d4a9c851d8610803cc9461105fc9bf55 /test/integration/targets/nxos_interface | |
parent | 9ff20521d1ada2acc64b623875b1d8e51809e0f9 (diff) | |
download | ansible-397febd343396d427f8bc7eef174174805c924ed.tar.gz |
YUM4/DNF compatibility via yum action plugin (#44322)
* YUM4/DNF compatibility via yum action plugin
DNF does not natively support allow_downgrade as an option, instead
that is always the default (not configurable by the administrator)
so it had to be implemented
- Fixed group actions in check mode to report correct changed state
- Better error handling for depsolve and transaction errors in DNF
- Fixed group action idempotent transactions
- Add use_backend to yum module/action plugin
- Fix dnf handling of autoremove (didn't used to work nor had a
default value specified, now does work and matches default
behavior of yum)
- Enable installroot tests for yum4(dnf) integration testing, dnf
backend now supports that
- Switch from zip to bc for certain package install/remove test
cases in yum integration tests. The dnf depsolver downgrades
python when you uninstall zip which alters the test environment
and we have no control over that.
- Add changelog fragment
- Return a pkg_mgr fact if it was not previously set.
Diffstat (limited to 'test/integration/targets/nxos_interface')
0 files changed, 0 insertions, 0 deletions