Syntax fix

This commit is contained in:
Emilien Mantel
2016-09-28 11:46:48 +02:00
parent f1c68960d5
commit d77315ee59

View File

@@ -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 }}"