ansible-common/handlers/main.yml
Frank Villaro-Dixon 3e20eb8828 Create basic repo
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-04 18:52:39 +02:00

10 lines
No EOL
163 B
YAML

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