You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/roles/client_apt_proxy/tasks/main.yml

9 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'