Don't enable K3s service during airgap install (#345)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2024-07-08 10:58:08 -07:00
committed by GitHub
parent 31b8b1edcf
commit a4b5363318

View File

@@ -113,7 +113,7 @@
ansible.builtin.command:
cmd: /usr/local/bin/k3s-install.sh
environment:
INSTALL_K3S_SKIP_START: "true"
INSTALL_K3S_SKIP_ENABLE: "true"
INSTALL_K3S_SKIP_DOWNLOAD: "true"
changed_when: true
@@ -121,7 +121,7 @@
ansible.builtin.command:
cmd: /usr/local/bin/k3s-install.sh
environment:
INSTALL_K3S_SKIP_START: "true"
INSTALL_K3S_SKIP_ENABLE: "true"
INSTALL_K3S_SKIP_DOWNLOAD: "true"
INSTALL_K3S_EXEC: "agent"
changed_when: true