techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

"command" module no longer supports "warn" argument #169

Closed sharifm-informatica closed 1 year ago

sharifm-informatica commented 1 year ago

Proposed Changes

new ansible version causes error

msg: 'Unsupported parameters for (ansible.legacy.command) module: warn. Supported parameters include: creates, removes, strip_empty_ends, chdir, _uses_shell, _raw_params, stdin_add_newline, argv, stdin, executable.'

Checklist

timothystewart6 commented 1 year ago

Thanks! Unfortunately your formatting changes do not adhere to the lint rules. You can run pre-commit locally to check.

timothystewart6 commented 1 year ago

@sharifm-informatica just waiting on a lint fix!

sharifm-informatica commented 1 year ago
timothystewart6 commented 1 year ago

Thank you!