6 lines
91 B
YAML
6 lines
91 B
YAML
---
|
|
- name: restart mariadb
|
|
systemd: name=mariadb state=restarted
|
|
|
|
# vim: set ts=2 sw=2:
|