ansible-personal/roles/mariadb/handlers/main.yml
Alan Orth bedc820312
roles/mariadb: Manage /etc/mysql/my.cnf
Set some sane defaults and manage the config file with a template.
2016-04-22 10:08:32 +03:00

6 lines
87 B
YAML

---
- name: restart mysql
service: name=mysql state=restarted
# vim: set ts=2 sw=2: