mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 13:02:37 +00:00
return helm_cmd in the output of check mode
remove changlog fragment
This commit is contained in:
@@ -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