From 2243766695343c45d1c0e4de0046a0a92db22a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Tue, 25 May 2021 18:39:48 -0400 Subject: [PATCH] fix: k3s_primary_control_node --- tasks/state-installed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/state-installed.yml b/tasks/state-installed.yml index 81595f5..b17fd4c 100644 --- a/tasks/state-installed.yml +++ b/tasks/state-installed.yml @@ -36,7 +36,7 @@ - import_tasks: build/preconfigure-k3s-auto-deploying-manifests.yml when: - - k3s_control_node + - k3s_primary_control_node - k3s_server_manifests_templates | length > 0 - import_tasks: build/install-k3s.yml