Merge "Add retries to apt update in cache proxy task"

This commit is contained in:
Jenkins 2016-12-28 06:46:12 +00:00 committed by Gerrit Code Review
commit ed0c094490
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
- name: Update apt when proxy is added
apt:
update_cache: yes
retries: 5
delay: 2
when:
- apt_proxy_dropped | changed