diff --git a/plugins/modules/helm_registry_auth.py b/plugins/modules/helm_registry_auth.py index e8a71ae6..06eecf29 100644 --- a/plugins/modules/helm_registry_auth.py +++ b/plugins/modules/helm_registry_auth.py @@ -215,9 +215,6 @@ def main(): if module.check_mode: module.exit_json(changed=changed, command=helm_cmd) - # This one is reduntant, but it's here for clarity - elif not changed: - module.exit_json(changed=False) rc, out, err = module.run_helm_command(helm_cmd, data=password)