feat: add retry logic to the download task
This commit is contained in:
@@ -11,6 +11,8 @@
|
|||||||
mode: "0644"
|
mode: "0644"
|
||||||
checksum: "{{ 'sha256:' ~ freshrss_checksum if (freshrss_checksum | length > 0) else omit }}"
|
checksum: "{{ 'sha256:' ~ freshrss_checksum if (freshrss_checksum | length > 0) else omit }}"
|
||||||
when: not freshrss_dir.stat.exists
|
when: not freshrss_dir.stat.exists
|
||||||
|
retries: 3
|
||||||
|
delay: 5
|
||||||
|
|
||||||
- name: Uncompress FreshRSS
|
- name: Uncompress FreshRSS
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
|
|||||||
Reference in New Issue
Block a user