ansible-mysql/handlers/main.yml

6 lines
113 B
YAML
Raw Normal View History

2015-07-12 15:42:46 +07:00
---
2015-07-12 17:47:44 +07:00
- name: restart mysql
action: service name=mysql state=restarted enabled=yes
when: mysql_notify_restart