roles/mariadb: The service is mariadb
This commit is contained in:
parent
ebf4a4c2ac
commit
1b75679496
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: restart mariadbd
|
- name: restart mariadb
|
||||||
systemd: name=mariadbd state=restarted
|
systemd: name=mariadb state=restarted
|
||||||
|
|
||||||
# vim: set ts=2 sw=2:
|
# vim: set ts=2 sw=2:
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
- name: Create system my.cnf
|
- name: Create system my.cnf
|
||||||
template: src=my.cnf.j2 dest=/etc/mysql/my.cnf owner=root group=root mode=0644
|
template: src=my.cnf.j2 dest=/etc/mysql/my.cnf owner=root group=root mode=0644
|
||||||
notify:
|
notify:
|
||||||
- restart mariadbd
|
- restart mariadb
|
||||||
tags: mariadb
|
tags: mariadb
|
||||||
|
|
||||||
# 'localhost' needs to be the last item for idempotency, see
|
# 'localhost' needs to be the last item for idempotency, see
|
||||||
|
Loading…
Reference in New Issue
Block a user