2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00
bench/playbooks/roles/mariadb/handlers/main.yml
2018-02-15 17:48:17 +05:30

4 lines
67 B
YAML

---
- name: restart mysql
service: name=mysql state=restarted
...