mysql: add missing notify to restart MySQL after setting config

This commit is contained in:
William Hirigoyen 2023-05-16 18:04:03 +02:00
parent 7660444c9a
commit 5ef4d91f1c

View file

@ -11,6 +11,7 @@
group: root
mode: "0644"
force: yes
notify: "{{ mysql_restart_handler_name }}"
tags:
- mysql
@ -22,6 +23,7 @@
group: root
mode: "0644"
force: "{{ mysql_force_custom_config }}"
notify: "{{ mysql_restart_handler_name }}"
tags:
- mysql