Fixes #33: Add sleep=5 to MySQL restart task.

This commit is contained in:
Jeff Geerling
2015-04-20 13:53:27 -05:00
parent a25d9aca08
commit 07e7e188ac

View File

@@ -1,3 +1,3 @@
---
- name: restart mysql
service: "name={{ mysql_daemon }} state=restarted"
service: "name={{ mysql_daemon }} state=restarted sleep=5"