mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-03-16 11:52:09 +07:00
Syntax fix
This commit is contained in:
@@ -3,4 +3,4 @@
|
|||||||
- name: restart mysql
|
- name: restart mysql
|
||||||
action: service name=mysql state=restarted enabled=yes
|
action: service name=mysql state=restarted enabled=yes
|
||||||
when: mysql_notify_restart
|
when: mysql_notify_restart
|
||||||
serial: {{ mysql_serial_restart }}
|
serial: "{{ mysql_serial_restart }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user