mysql: add missing notify to restart MySQL after setting config
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2777|6|2771|6|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/252//ansiblelint">Evolix » ansible-roles » unstable #252</a>
gitea/ansible-roles/pipeline/head This commit looks good

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