You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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>
6 years ago
..
check_mode_consistency.yml yum always return changes dict, not only in check mode (#51987) 6 years ago
main.yml yum always return changes dict, not only in check mode (#51987) 6 years ago
proxy.yml Fix: Yum module does not use proxy when username is not set #51548 (#51994) 6 years ago
repo.yml Run "update foo*" integration test on dnf too (#48607) 6 years ago
yum.yml yum: disableexcludes is supported on centos6 (#51698) 6 years ago
yum_group_remove.yml YUM4/DNF compatibility via yum action plugin (#44322) 6 years ago
yuminstallroot.yml Add yum integration tests using fake repo (#31646) 7 years ago