ansible-common/handlers/main.yml
Frank Villaro-Dixon f2f505cfc8 add more shit
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-04 20:37:55 +02:00

14 lines
No EOL
255 B
YAML

- name: restart systemd-timesyncd
systemd:
name: systemd-timesyncd
state: restarted
- name: restart systemd-journald
systemd:
name: systemd-journald
state: restarted
- name: restart sshd
systemd:
name: sshd
state: restarted