Retry twice only

This commit is contained in:
N 2018-12-05 16:29:26 +00:00
parent ddad0238b0
commit 4f31501820
No known key found for this signature in database
GPG key ID: 93AFB6C0144D1A90

View file

@ -52,7 +52,7 @@ packages-archive-wanted-download-{{ package }}:
- name: curl -s -L -o {{ packages.tmpdir }}/{{ archivename }} {{ archive.dl.source }}
- unless: test -f {{ packages.tmpdir }}/{{ archivename }}/
- retry:
attempts: 5
attempts: 2
until: True
interval: 60
splay: 10