2024-11-26 11:07:33 +00:00
|
|
|
- name: restart-chrony
|
2024-10-28 14:51:58 +00:00
|
|
|
systemd:
|
2024-11-26 11:07:33 +00:00
|
|
|
name: chrony
|
2024-10-28 14:51:58 +00:00
|
|
|
state: restarted
|
2024-12-11 09:54:04 +00:00
|
|
|
- name: reload systemd
|
|
|
|
command:
|
|
|
|
cmd: systemctl daemon-reload
|
2024-12-16 14:42:53 +00:00
|
|
|
- name: restart-mariadb
|
|
|
|
systemd:
|
|
|
|
name: mariadb
|
|
|
|
state: restarted
|
|
|
|
|
2024-11-26 11:07:33 +00:00
|
|
|
|