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

View File

@@ -2,6 +2,6 @@
- name: restart mariadb
service:
name: mariadb
name: "{{ mariadb_service_name }}"
state: restarted
when: mariadb_notify_restart