mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
fix k3s_upgrade error (#439)
Signed-off-by: David Barnett <davidb@rnett.nz>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
# even though its valid https://ansible.readthedocs.io/projects/lint/rules/inline-env-var/#correct-code
|
||||
ansible.builtin.command: # noqa inline-env-var
|
||||
cmd: /usr/local/bin/k3s-install.sh
|
||||
environment: >-
|
||||
environment: >-
|
||||
{{ extra_install_envs | combine({
|
||||
"INSTALL_K3S_SKIP_START": "true",
|
||||
"INSTALL_K3S_VERSION": k3s_version,
|
||||
|
||||
Reference in New Issue
Block a user