3b9097240a
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>
9 lines
188 B
YAML
9 lines
188 B
YAML
---
|
|
- name: install tor transport
|
|
apt: name=apt-transport-tor
|
|
when: use_apt_tor
|
|
|
|
- name: switch mirrors
|
|
template:
|
|
src: apt-repos.j2
|
|
dest: /etc/apt/sources.list
|