📝 document stuff

This commit is contained in:
neingeist 2020-09-15 14:26:48 +02:00
parent 31e7a65d8c
commit 7fa4e25670
2 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,8 @@
template:
src: backports.list.j2
dest: /etc/apt/sources.list.d/backports.list
# do this from a template to fully remove any other lines in the file.
- name: remove obsolete apt lists
file: path=/etc/apt/sources.list.d/{{ item }}-backports.list state=absent
@ -14,6 +16,7 @@
- jessie
- stretch
- name: update apt cache
apt: update_cache=yes
changed_when: false