ansible-mysql/handlers/main.yml

8 lines
110 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:
2021-09-01 18:31:11 +07:00
name: mariadb
2018-03-17 23:28:54 +07:00
state: restarted
when: mariadb_notify_restart