1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/yum
Adam Miller ea0e2bf2b3 yum always return changes dict, not only in check mode (#51987)
Previously the yum module would provide a `changes` dict when
executed in check mode but omit it when not in check mode in favor
of the `results` data which is raw output from the yum command. This
pull request makes that output uniform.

Fixes #51724

Signed-off-by: Adam Miller <admiller@redhat.com>
2019-02-13 17:46:32 -05:00
..
files dnf yum: fix tests running on Fedora 29 (#47910) 2018-11-01 12:20:29 -04:00
meta Use custom rpm repo script for dnf testing (#32737) 2017-11-21 09:40:58 +01:00
tasks yum always return changes dict, not only in check mode (#51987) 2019-02-13 17:46:32 -05:00
aliases Enable yum integration tests on RHEL 8.0. 2019-01-18 14:54:36 -08:00