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 # chrony
- name: "restart chrony" - name: "restart chrony"
ansible.builtin.service: ansible.builtin.service:
name: "chrony" name: "chronyd"
enabled: true enabled: true
state: "restarted" state: "restarted"