mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-31 13:31:01 +00:00
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> |
||
|---|---|---|
| .. | ||
| check_mode_consistency.yml | ||
| main.yml | ||
| proxy.yml | ||
| repo.yml | ||
| yum.yml | ||
| yum_group_remove.yml | ||
| yuminstallroot.yml | ||