Skip to content

Commit 5a220b6

Browse files
committed
fix k3s_upgrade error
1 parent 10b9f66 commit 5a220b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/k3s_upgrade/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# even though its valid https://ansible.readthedocs.io/projects/lint/rules/inline-env-var/#correct-code
3838
ansible.builtin.command: # noqa inline-env-var
3939
cmd: /usr/local/bin/k3s-install.sh
40-
environment: >-
40+
environment: >-
4141
{{ extra_install_envs | combine({
4242
"INSTALL_K3S_SKIP_START": "true",
4343
"INSTALL_K3S_VERSION": k3s_version,

0 commit comments

Comments
 (0)