mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
MySQL / MariaDB state: started -> state: restarted
This commit is contained in:
parent
aa086daa32
commit
89d091cbbb
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
systemd:
|
systemd:
|
||||||
name: "{{ mysql_service }}"
|
name: "{{ mysql_service }}"
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
state: started
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when: mysql_enabled | bool
|
when: mysql_enabled | bool
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue