mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-09 13:42:10 +07:00
Rename mysql_ -> mariadb_
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user