8 lines
166 B
YAML
8 lines
166 B
YAML
---
|
|
- name: Tell apt to use the proxy
|
|
template:
|
|
src: "00aptproxy.j2"
|
|
dest: "/etc/apt/apt.conf.d/00aptproxy"
|
|
owner: root
|
|
group: root
|
|
mode: '644'
|