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/tasks
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
..
check_mode_consistency.yml yum always return changes dict, not only in check mode (#51987) 2019-02-13 17:46:32 -05:00
main.yml yum always return changes dict, not only in check mode (#51987) 2019-02-13 17:46:32 -05:00
proxy.yml Fix: Yum module does not use proxy when username is not set #51548 (#51994) 2019-02-13 14:10:47 -05:00
repo.yml Run "update foo*" integration test on dnf too (#48607) 2018-11-14 06:57:53 +01:00
yum.yml yum: disableexcludes is supported on centos6 (#51698) 2019-02-05 18:18:56 +01:00
yum_group_remove.yml YUM4/DNF compatibility via yum action plugin (#44322) 2018-08-27 10:17:47 -07:00
yuminstallroot.yml Add yum integration tests using fake repo (#31646) 2017-10-18 13:07:48 +02:00