From 0fd16aea18c4b5c7a8ec7b5fb68a0b09e34a8e5f Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Fri, 22 Nov 2024 17:32:23 +0100
Subject: [PATCH] localization/timesyncd: Remove ntpsec as well

---
 localization/tasks/timesyncd.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/localization/tasks/timesyncd.yml b/localization/tasks/timesyncd.yml
index 5f12b7c..0f2f38b 100644
--- a/localization/tasks/timesyncd.yml
+++ b/localization/tasks/timesyncd.yml
@@ -2,7 +2,9 @@
 
 - name: ensure there is no ntpd interfering
   apt:
-    name: ntp
+    name:
+      - ntp
+      - ntpsec
     state: absent
     purge: true
   tags:
-- 
GitLab