ansible-mysql/handlers/main.yml

8 lines
108 B
YAML
Raw Normal View History

2015-07-12 15:42:46 +07:00
---
2015-07-12 17:47:44 +07:00
2019-08-19 15:53:41 +07:00
- name: restart mariadb
2018-03-17 23:28:54 +07:00
service:
name: mysql
state: restarted
when: mariadb_notify_restart