We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0050062 + 4eaeb63 commit 70962ebCopy full SHA for 70962eb
ansible/roles/mariadb/defaults/main.yml
@@ -117,4 +117,4 @@ mariadb_backup_type: "full"
117
####################
118
# Clustercheck
119
120
-enable_mariadb_clustercheck: "yes"
+enable_mariadb_clustercheck: "{{ enable_haproxy }}"
releasenotes/notes/bug-1944114-fa2a266c014c64a9.yaml
@@ -0,0 +1,5 @@
1
+---
2
+fixes:
3
+ - |
4
+ Fixes ``mariadb-clustercheck`` not to run when there is no HAProxy.
5
+ `LP#1944114 <https://launchpad.net/bugs/1944114>`__
0 commit comments