From d6ab18738cf7dc6fc8f4e7b10774c72e5a8c4481 Mon Sep 17 00:00:00 2001 From: nevart Date: Tue, 9 Apr 2024 07:37:12 +0000 Subject: [PATCH] metrics: only enable and start the systemd timer Otherwise, the associated systemd service is started as well, each time this task is exectured, which makes this code non-idempotent. --- tasks/metrics.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/metrics.yml b/tasks/metrics.yml index 0f14ca6..fc232f1 100644 --- a/tasks/metrics.yml +++ b/tasks/metrics.yml @@ -19,5 +19,4 @@ enabled: yes state: started loop: - - userli-collector.service - userli-collector.timer