ansible-common/handlers/main.yml

10 lines
163 B
YAML
Raw Normal View History

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