mariadb/handlers/main.yml

4 lines
87 B
YAML
Raw Normal View History

2019-04-14 18:27:02 +00:00
---
- name: restart mysql
service: "name={{ mysql_daemon }} state=restarted sleep=5"