mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-15 14:12:10 +07:00
Fix service name depending OS version
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
- name: restart mariadb
|
||||
service:
|
||||
name: mariadb
|
||||
name: "{{ mariadb_service_name }}"
|
||||
state: restarted
|
||||
when: mariadb_notify_restart
|
||||
|
||||
Reference in New Issue
Block a user