From 7111342d9c0019b8fb50146f3f41bf13267be9c7 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sat, 23 Dec 2023 11:56:14 +0100 Subject: [PATCH] [cron] Restart timers after enabling them. Timers need to be enabled and restarted [1]. [1] https://unix.stackexchange.com/a/563897 --- cron.git/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cron.git/deploy.yaml b/cron.git/deploy.yaml index 5ce49a7..4400130 100644 --- a/cron.git/deploy.yaml +++ b/cron.git/deploy.yaml @@ -19,5 +19,6 @@ name: "{{ item.path }}" enabled: true daemon_reload: true + state: restarted become: true with_items: "{{ timers.files }}" -- 2.39.5