We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b9f66 commit 5a220b6Copy full SHA for 5a220b6
1 file changed
roles/k3s_upgrade/tasks/main.yml
@@ -37,7 +37,7 @@
37
# even though its valid https://ansible.readthedocs.io/projects/lint/rules/inline-env-var/#correct-code
38
ansible.builtin.command: # noqa inline-env-var
39
cmd: /usr/local/bin/k3s-install.sh
40
- environment: >-
+ environment: >-
41
{{ extra_install_envs | combine({
42
"INSTALL_K3S_SKIP_START": "true",
43
"INSTALL_K3S_VERSION": k3s_version,
0 commit comments