6 lines
87 B
YAML
6 lines
87 B
YAML
---
|
|
- name: restart mariadb
|
|
systemd_service:
|
|
name: mariadb
|
|
state: restarted
|