switched ntp client to chrony

This commit is contained in:
2026-03-08 15:41:09 -05:00
parent 173a36c518
commit 26f7d3214f
5 changed files with 21 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
# FILE: roles/common/handlers/main.yml
# ------------------------------------------------------------------------------
- name: restart timesyncd
- name: restart chrony
systemd:
name: systemd-timesyncd
name: chrony
state: restarted