Fix service name depending OS version

This commit is contained in:
Emilien Mantel
2021-09-02 14:23:18 +02:00
parent ab8896ba6d
commit b2c6c5030f
9 changed files with 26 additions and 13 deletions

3
vars/Debian-buster.yml Normal file
View File

@@ -0,0 +1,3 @@
---
mariadb_service_name: 'mysql'

3
vars/default.yml Normal file
View File

@@ -0,0 +1,3 @@
---
mariadb_service_name: 'mariadb'