forked from ISTI-ansible-roles/ansible-roles
7 lines
127 B
YAML
7 lines
127 B
YAML
|
---
|
||
|
- name: setup apt cache
|
||
|
template: src=02proxy.j2 dest=/etc/apt/apt.conf.d/02proxy
|
||
|
when: has_apt
|
||
|
tags:
|
||
|
- aptproxy
|