feat: enable ntp role for alpine

This commit is contained in:
Simon Cornet 2025-11-10 15:05:15 +01:00
commit 61e48d8c08

View file

@ -122,9 +122,7 @@
# chrony
- name: "ntp"
ansible.builtin.import_tasks: "tasks/ntp.yaml"
when:
- 'type == "vm" or type == "hw"'
- "ansible_os_family == 'Debian'"
when: 'type == "vm" or type == "hw"'
tags: "ntp"
# flush handler