c12s-kubespray/roles/kubernetes/preinstall/tasks/update_apt_cache.yaml
Bogdan Dobrelya 3b9097240a Setup httpredir/tor mirrors for Debian Jessie
By default use only httpredir mirrors.
Make tor transport configurable as well.
W/a apt cache update issues

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2016-08-03 17:38:56 +02:00

5 lines
140 B
YAML

---
# w/a https://github.com/ansible/ansible-modules-core/issues/2951
- name: Update apt cache
become: true
shell: apt-get update