Rename mysql_ -> mariadb_

This commit is contained in:
Emilien Mantel
2018-03-17 17:28:54 +01:00
parent 859bafdb50
commit c72c3ac842
37 changed files with 263 additions and 260 deletions

View File

@@ -1,5 +1,7 @@
---
- name: restart mysql
action: service name=mysql state=restarted enabled=yes
when: mysql_notify_restart
- name: restart mariadb
service:
name: mysql
state: restarted
when: mariadb_notify_restart