From 4528681b41a5ad9086070d118b6726b739494024 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Thu, 24 Apr 2025 20:13:22 +0200 Subject: [PATCH] Fix wrong chrony service-name --- system/base.ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base.ansible.yml b/system/base.ansible.yml index 1631559..1e93504 100644 --- a/system/base.ansible.yml +++ b/system/base.ansible.yml @@ -69,5 +69,5 @@ - name: Enable chrony-ntp service service: state: started - name: chrony + name: chronyd enabled: true