Syntax fix

pull/14/head
Emilien Mantel 2016-09-28 11:46:48 +02:00
parent f1c68960d5
commit d77315ee59
1 changed files with 1 additions and 1 deletions

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