1
0
Fork 0
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:
A Holt 2019-07-03 12:07:37 -04:00 committed by GitHub
parent aa086daa32
commit 89d091cbbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@
systemd:
name: "{{ mysql_service }}"
daemon_reload: yes
state: started
state: restarted
enabled: yes
when: mysql_enabled | bool