feat: add retry logic to the download task

This commit is contained in:
2025-11-16 18:47:17 +01:00
parent 988bc7a0f5
commit 6245e4a16a

View File

@@ -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: