mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-18 23:00:56 +00:00
consider support helm < 3.0.0
This commit is contained in:
@@ -223,10 +223,10 @@ def main():
|
||||
else:
|
||||
module.fail_json(
|
||||
msg="Failure when executing Helm command. Exited {0}.\nstdout: {1}\nstderr: {2}".format(
|
||||
rc, out, err
|
||||
),
|
||||
command=helm_cmd,
|
||||
)
|
||||
rc, out, err
|
||||
),
|
||||
command=helm_cmd,
|
||||
)
|
||||
|
||||
module.exit_json(changed=changed, stdout=out, stderr=err, command=helm_cmd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user