mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2026-03-09 12:02:11 +01:00
Fix missing extra_server_args on k3s_upgrade
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -133,6 +133,7 @@
|
|||||||
| combine({
|
| combine({
|
||||||
"INSTALL_K3S_SKIP_START": "true",
|
"INSTALL_K3S_SKIP_START": "true",
|
||||||
"INSTALL_K3S_VERSION": k3s_version,
|
"INSTALL_K3S_VERSION": k3s_version,
|
||||||
|
"INSTALL_K3S_EXEC": extra_server_args,
|
||||||
})
|
})
|
||||||
| combine(airgap_dir is defined and {"INSTALL_K3S_SKIP_DOWNLOAD": "true"} or {}) }}
|
| combine(airgap_dir is defined and {"INSTALL_K3S_SKIP_DOWNLOAD": "true"} or {}) }}
|
||||||
changed_when: true
|
changed_when: true
|
||||||
|
|||||||
Reference in New Issue
Block a user