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
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
..
files dnf yum: fix tests running on Fedora 29 (#47910) 6 years ago
meta Use custom rpm repo script for dnf testing (#32737) 7 years ago
tasks yum always return changes dict, not only in check mode (#51987) 6 years ago
aliases Enable yum integration tests on RHEL 8.0. 6 years ago