From ad7d8ba2ac6cb67d272716cd1e917c05035a3c74 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Thu, 20 Oct 2022 15:23:49 +0200 Subject: [PATCH] fixes --- linux/k3s/master/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/k3s/master/tasks/main.yml b/linux/k3s/master/tasks/main.yml index ac42862..243aa89 100644 --- a/linux/k3s/master/tasks/main.yml +++ b/linux/k3s/master/tasks/main.yml @@ -1,4 +1,4 @@ - name: run cluster init on first node - shell: "curl -sfL https://get.k3s.io | K3S_TOKEN={{ k3s_master_secret }} sh -s - server --cluster-init" + shell: "curl -sfL https://get.k3s.io | K3S_TOKEN={{ k3s_master_token }} sh -s - server --cluster-init" become: yes when: k3s_bootstrap