homeserver/roles/mgrote.ntp_chrony_client/handlers/main.yml
mg 0bb877a9a9 neuer Backup-Server (syncoid) (#543)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #543
2023-07-05 11:47:57 +02:00

9 lines
139 B
YAML

---
- name: restart_chrony
become: yes
systemd:
name: chrony
enabled: yes
masked: false
state: restarted