ansible-mysql/handlers/main.yml

5 lines
84 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