8 lines
141 B
YAML
8 lines
141 B
YAML
|
- name: reload-systemd
|
||
|
command:
|
||
|
cmd: systemctl daemon-reload
|
||
|
- name: restart-mariadb
|
||
|
systemd:
|
||
|
name: mariadb
|
||
|
state: restarted
|