diff --git a/mysql/tasks/config_stretch.yml b/mysql/tasks/config_stretch.yml index dcf4e9e7..cda4867c 100644 --- a/mysql/tasks/config_stretch.yml +++ b/mysql/tasks/config_stretch.yml @@ -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