Fix handler notification for mariadb-clustercheck

This was missed in the original patch.

Change-Id: I991b0563560cf4a0b1feb718951ffdf21ab81856
This commit is contained in:
Mark Goddard 2020-06-08 14:43:34 +01:00
parent 522bc17981
commit b84d2f8b77

View File

@ -13,4 +13,4 @@
- item.value.enabled | bool
with_dict: "{{ mariadb_services }}"
notify:
- restart mariadb
- "restart {{ item.key }}"