Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fnwbr authored Sep 12, 2024
1 parent 95e44f6 commit 71b940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71b940f

Please sign in to comment.