return helm_cmd in the output of check mode

remove changlog fragment
This commit is contained in:
Yuriy Novostavskiy
2024-12-11 14:59:10 +00:00
parent 61c6926c04
commit a6100bcd82
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
---
minor_changes:
- new module helm_registry_auth to support helm registry login and logout operations (https://github.com/ansible-collections/kubernetes.core/pull/800).

View File

@@ -218,7 +218,7 @@ def main():
changed = True
if module.check_mode:
module.exit_json(changed=changed)
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)