From 6245e4a16afbdb25dec9e24d574038be4b7e07b7 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sun, 16 Nov 2025 18:47:17 +0100 Subject: [PATCH] feat: add retry logic to the download task --- tasks/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/deploy.yml b/tasks/deploy.yml index 7982b06..d152471 100644 --- a/tasks/deploy.yml +++ b/tasks/deploy.yml @@ -11,6 +11,8 @@ mode: "0644" checksum: "{{ 'sha256:' ~ freshrss_checksum if (freshrss_checksum | length > 0) else omit }}" when: not freshrss_dir.stat.exists + retries: 3 + delay: 5 - name: Uncompress FreshRSS ansible.builtin.unarchive: