mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-12 20:01:06 +00:00
return helm_cmd in the output of check mode
remove changlog fragment
This commit is contained in:
@@ -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).
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user