diff --git a/mysql/tasks/config_stretch.yml b/mysql/tasks/config_stretch.yml index e7ce1772..0725ee1f 100644 --- a/mysql/tasks/config_stretch.yml +++ b/mysql/tasks/config_stretch.yml @@ -37,8 +37,9 @@ force: yes register: mariadb_systemd_override -- name: reload systemd +- name: reload systemd and restart MariaDB systemd: name: mysql daemon_reload: yes + notify: "{{ mysql_restart_handler_name }}" when: mariadb_systemd_override.changed