ansible_apt-cacher-ng/tasks/client.yml

9 lines
169 B
YAML
Raw Permalink Normal View History

2021-02-21 00:44:04 +01:00
---
- name: Ensure the client uses the cacher
template:
src: aptproxy.conf.j2
dest: /etc/apt/apt.conf.d/02proxy
owner: root
group: root
mode: 0644