mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-18 07:24:34 +01:00
Fixes #33: Add sleep=5 to MySQL restart task.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
- name: restart mysql
|
||||
service: "name={{ mysql_daemon }} state=restarted"
|
||||
service: "name={{ mysql_daemon }} state=restarted sleep=5"
|
||||
|
||||
Reference in New Issue
Block a user