Don't enable K3s service during airgap install

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/345/head
Derek Nola 2024-07-08 10:45:59 -07:00
parent 31b8b1edcf
commit 32c25df934
No known key found for this signature in database
GPG Key ID: 5E741CE7ED12510E
1 changed files with 2 additions and 2 deletions

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