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