Fix: add a retry statement to remote package tasks
Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
This commit is contained in:
parent
4555ca782b
commit
b55a2ee047
14 changed files with 51 additions and 0 deletions
|
@ -9,3 +9,6 @@
|
|||
upgrade: dist
|
||||
update_cache: true
|
||||
cache_valid_time: 86400 # one day
|
||||
register: apt_result
|
||||
retries: 3
|
||||
until: apt_result is succeeded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue