Enable and start chrony service.

This commit is contained in:
2025-07-22 10:03:12 -07:00
parent a15e0017a6
commit 23b16f5db4

View File

@@ -96,3 +96,12 @@
state: stopped
enabled: no
ignore_errors: yes
## NTP ##
- name: General | Software | Services | NTP | Enable
service:
name: "{{ ntp_server }}"
pattern: "{{ ntp_server }}"
state: started
enabled: yes