From 71b940f458604f3dc91f39388dc04ce647bbe2f8 Mon Sep 17 00:00:00 2001 From: Florian Weber <706419+fnwbr@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:45:31 +0200 Subject: [PATCH] Fix typo --- tasks/setup_cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup_cluster.yml b/tasks/setup_cluster.yml index efddf05..659b4f1 100644 --- a/tasks/setup_cluster.yml +++ b/tasks/setup_cluster.yml @@ -124,7 +124,7 @@ when: > not galera_cluster_configured.stat.exists -- name: setup_cluster | custer bootstrap - killing lingering mysql processes to ensure mysql is stopped +- name: setup_cluster | cluster bootstrap - killing lingering mysql processes to ensure mysql is stopped ansible.builtin.command: "pkill {{ mariadb_systemd_service_name }}" # noqa ignore-errors become: true ignore_errors: true