summaryrefslogtreecommitdiffstats
path: root/roles/common-SQL/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common-SQL/handlers/main.yml')
-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