roles/mariadb: Manage /etc/mysql/my.cnf
Set some sane defaults and manage the config file with a template.
This commit is contained in:
5
roles/mariadb/handlers/main.yml
Normal file
5
roles/mariadb/handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: restart mysql
|
||||
service: name=mysql state=restarted
|
||||
|
||||
# vim: set ts=2 sw=2:
|
Reference in New Issue
Block a user