mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
- Make sure exit_json() always returns a changed= value - Modify the yum module to not return failed=False - Modify install() and latest() similar to remove() in yum module - Changed exit_json(failed=True, **res) into a fail_json(**res) - Make sure yum rc= value reflects loop (similar to how we fixed remove())