Alan Orth
e18529e6e1
As of MariaDB 10.5 the service name and binaries have changed from mysql, mysqld, etc to mariadbd. See: https://mariadb.com/kb/en/upgrading-from-mariadb-104-to-mariadb-105/
6 lines
93 B
YAML
6 lines
93 B
YAML
---
|
|
- name: restart mariadbd
|
|
systemd: name=mariadbd state=restarted
|
|
|
|
# vim: set ts=2 sw=2:
|