--- - name: apt_proxy | Setup apt cache proxy ansible.builtin.template: src: "02proxy.j2" dest: /etc/apt/apt.conf.d/02proxy owner: root group: root mode: "0644" when: - ansible_distribution_file_variety == "Debian" - use_apt_proxy tags: - aptproxy