10 lines
188 B
YAML
10 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
|