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 # chrony
- name: "ntp" - name: "ntp"
ansible.builtin.import_tasks: "tasks/ntp.yaml" ansible.builtin.import_tasks: "tasks/ntp.yaml"
when: when: 'type == "vm" or type == "hw"'
- 'type == "vm" or type == "hw"'
- "ansible_os_family == 'Debian'"
tags: "ntp" tags: "ntp"
# flush handler # flush handler