mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-21 14:42:09 +07:00
Fix service name depending OS version
This commit is contained in:
3
vars/Debian-buster.yml
Normal file
3
vars/Debian-buster.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
mariadb_service_name: 'mysql'
|
||||
3
vars/default.yml
Normal file
3
vars/default.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
mariadb_service_name: 'mariadb'
|
||||
Reference in New Issue
Block a user