From dea8c66a89d921b7e371a613eaf32565fad93443 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