Skip to content

Commit 4c1e131

Browse files
jovialKayobe Automation
authored andcommitted
Fix "Restart mariadb-clustercheck container" during config gen
The handler was firing even when we were only generating config. This is an issue because the services may not have been deployed. TrivialFix Change-Id: I2f832d73138b4c9f29e3c71e2463293eab71483a
1 parent de7f83a commit 4c1e131

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/mariadb/handlers/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,5 @@
105105
environment: "{{ service.environment }}"
106106
listen:
107107
- restart mariadb-clustercheck
108+
when:
109+
- kolla_action != "config"

0 commit comments

Comments
 (0)