homeserver/roles/mgrote.ntp_chrony_server/handlers/main.yml
mg 2ad3342909 chrony: Bugfix: masked ntp (#56)
chrony: Bugfix: masked ntp - client

chrony: Bugfix: masked ntp - server

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#56
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-04-01 18:40:35 +02:00

7 lines
115 B
YAML

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