1 ---
2
3 - name: configure apt-cacher proxy
4 become: yes
5 template:
6 src: "02proxy.j2"
7 dest: "/etc/apt/apt.conf.d/02proxy"