ansible-common/handlers/main.yml

14 lines
255 B
YAML
Raw Normal View History

- 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