homeserver/roles/mgrote.apt_manage_sources/tasks/mint.yml

9 lines
231 B
YAML
Raw Normal View History

---
- name: ensure apt.conf exists
become: true
ansible.builtin.template:
src: apt.conf
dest: "{{ apt_proxy_apt_conf_path | default ('/etc/apt/apt.conf') }}"
backup: yes
notify: update package lists