add support for debian 13 trixie

This commit is contained in:
neingeist 2025-09-02 21:11:31 +02:00
parent 7fa4e25670
commit d881ab0eba
4 changed files with 41 additions and 15 deletions

View file

@ -0,0 +1,5 @@
- name: install backports apt list
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.