From 47c1e36edd3b65e8a34c059973372d66a255df6f Mon Sep 17 00:00:00 2001 From: dbrennand <52419383+dbrennand@users.noreply.github.com> Date: Thu, 11 May 2023 20:25:44 +0100 Subject: [PATCH] refactor: `Ensure` to `Run` --- tasks/ensure_cluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/ensure_cluster.yml b/tasks/ensure_cluster.yml index ed8ab03..1203922 100644 --- a/tasks/ensure_cluster.yml +++ b/tasks/ensure_cluster.yml @@ -92,7 +92,7 @@ - k3s_control_node - not k3s_primary_control_node -- name: Ensure control plane post checks +- name: Run control plane post checks ansible.builtin.import_tasks: post_checks_control_plane.yml when: - not k3s_skip_validation @@ -101,7 +101,7 @@ - name: Flush Handlers ansible.builtin.meta: flush_handlers -- name: Ensure node post checks +- name: Run node post checks ansible.builtin.import_tasks: post_checks_nodes.yml when: - not k3s_skip_validation