Merge "Add retries to apt update in cache proxy task"
This commit is contained in:
commit
ed0c094490
@ -33,6 +33,8 @@
|
||||
- name: Update apt when proxy is added
|
||||
apt:
|
||||
update_cache: yes
|
||||
retries: 5
|
||||
delay: 2
|
||||
when:
|
||||
- apt_proxy_dropped | changed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user