Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Added retries on locode DB download
Browse files Browse the repository at this point in the history
Signed-off-by: anastasia prasolova <[email protected]>
  • Loading branch information
aprasolova committed Aug 29, 2022
1 parent a7608d2 commit 07f29cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
group: 'root'
mode: '0644'
notify: [ 'Restart NeoFS IR' ]
register: locode_download_result
retries: 5
delay: 5
until: locode_download_result.status_code != '200'

- ansible.builtin.include_tasks: binary.yml

Expand Down

0 comments on commit 07f29cc

Please sign in to comment.