summaryrefslogtreecommitdiffstats
path: root/roles/common-SQL/handlers
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-12-09 18:51:23 +0100
committerGuilhem Moulin <guilhem@fripost.org>2018-12-09 20:25:40 +0100
commit9039847b88dd737de1b92b08cba67cbfe9a2d840 (patch)
tree548f6b9c5d71a5c695b8956d8cea7a0661551c3b /roles/common-SQL/handlers
parente2ddcfc51f66c2a52a401064eab005e793f148ee (diff)
Use mariadb.service not mysql.service.
Since d8d07afe49e69114f8deb807031bec71a327d3ae our MySQL flavor is MariaDB.
Diffstat (limited to 'roles/common-SQL/handlers')
-rw-r--r--roles/common-SQL/handlers/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/common-SQL/handlers/main.yml b/roles/common-SQL/handlers/main.yml
index d1d355f..eae5efd 100644
--- a/roles/common-SQL/handlers/main.yml
+++ b/roles/common-SQL/handlers/main.yml
@@ -1,6 +1,6 @@
---
-- name: Restart MySQL
- service: name=mysql state=restarted
+- name: Restart MariaDB
+ service: name=mariadb state=restarted
- name: Restart munin-node
service: name=munin-node state=restarted