ea0e2bf2b3
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>
2 lines
111 B
YAML
2 lines
111 B
YAML
minor_changes:
|
|
- yum - provide consistent return data structure when run in check mode and not in check mode
|