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
|
- name: Update apt when proxy is added
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
retries: 5
|
||||||
|
delay: 2
|
||||||
when:
|
when:
|
||||||
- apt_proxy_dropped | changed
|
- apt_proxy_dropped | changed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user