mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
Try to run apt until succeeded
This commit is contained in:
parent
02f1bc957d
commit
5613003cbe
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
update_cache: true
|
||||
install_recommends: true
|
||||
upgrade: dist
|
||||
register: result
|
||||
until: result is succeeded
|
||||
retries: 30
|
||||
delay: 10
|
||||
|
||||
- name: Check if reboot is required
|
||||
shell: >
|
||||
|
|
Loading…
Add table
Reference in a new issue