mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-07 11:13:03 +00:00
remove redundant code
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9ee99e4ed0
commit
0592294dd4
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user