add apt cache

This commit is contained in:
tolerryan
2025-04-16 01:03:21 -05:00
parent 5f1bbbe07e
commit e26085e0b6

View File

@@ -7,6 +7,13 @@
vars:
tasks:
- name: Set up apt proxy configuration
copy:
content: |
Acquire::http::Proxy "http://debcache:3142";
dest: /etc/apt/apt.conf.d/00cacher
mode: '0644'
notify: apt cache update
- name: Upgrade-packages.yml - update packages
include: ../../roles/lib/upgrade-packages.yml