roles/mariadb: The service is mariadb

This commit is contained in:
Alan Orth 2020-12-29 11:25:30 +02:00
parent ebf4a4c2ac
commit 1b75679496
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
- name: restart mariadbd
systemd: name=mariadbd state=restarted
- name: restart mariadb
systemd: name=mariadb state=restarted
# vim: set ts=2 sw=2:

View File

@ -26,7 +26,7 @@
- name: Create system my.cnf
template: src=my.cnf.j2 dest=/etc/mysql/my.cnf owner=root group=root mode=0644
notify:
- restart mariadbd
- restart mariadb
tags: mariadb
# 'localhost' needs to be the last item for idempotency, see