fix: chronyd service name

This commit is contained in:
Simon Cornet 2025-11-10 15:10:08 +01:00
commit 72687efbdf

View file

@ -8,7 +8,7 @@
# chrony
- name: "restart chrony"
ansible.builtin.service:
name: "chrony"
name: "chronyd"
enabled: true
state: "restarted"