From: Jakub Czajka Date: Sat, 23 Dec 2023 10:56:14 +0000 (+0100) Subject: [cron] Restart timers after enabling them. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=7111342d9c0019b8fb50146f3f41bf13267be9c7;p=metadata.git [cron] Restart timers after enabling them. Timers need to be enabled and restarted [1]. [1] https://unix.stackexchange.com/a/563897 --- 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 }}"