roles/mariadb: Use systemd module instead of service
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
tags: mariadb
|
||||
|
||||
- name: Start and enable MariaDB Service
|
||||
service: name=mysql state=started enabled=true
|
||||
systemd: name=mysql state=started enabled=yes
|
||||
tags: mariadb
|
||||
|
||||
# 'localhost' needs to be the last item for idempotency, see
|
||||
|
Reference in New Issue
Block a user