2024-10-04 16:52:39 +00:00
|
|
|
- name: restart systemd-timesyncd
|
|
|
|
systemd:
|
|
|
|
name: systemd-timesyncd
|
|
|
|
state: restarted
|
|
|
|
|
2024-10-04 18:37:55 +00:00
|
|
|
- name: restart systemd-journald
|
|
|
|
systemd:
|
|
|
|
name: systemd-journald
|
|
|
|
state: restarted
|
2024-10-04 16:52:39 +00:00
|
|
|
|
|
|
|
- name: restart sshd
|
|
|
|
systemd:
|
|
|
|
name: sshd
|
|
|
|
state: restarted
|