mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
This fix corrects the module state returned by github_module. Now, * When the release already exists, state is "ok" * When the release is created, state is "changed" Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>