From 61e48d8c0800c7c65984fb3ed1cc020c45a25a51 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 10 Nov 2025 15:05:15 +0100 Subject: [PATCH] feat: enable ntp role for alpine --- playbook.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index 68f72ff..091bbc9 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -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