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