add apt cache
This commit is contained in:
@@ -7,6 +7,13 @@
|
|||||||
vars:
|
vars:
|
||||||
|
|
||||||
tasks:
|
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
|
- name: Upgrade-packages.yml - update packages
|
||||||
include: ../../roles/lib/upgrade-packages.yml
|
include: ../../roles/lib/upgrade-packages.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user