mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 09:40:23 +00:00
Retry twice only
This commit is contained in:
parent
ddad0238b0
commit
4f31501820
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue