✨ add support for debian 13 trixie
This commit is contained in:
parent
7fa4e25670
commit
d881ab0eba
4 changed files with 41 additions and 15 deletions
5
tasks/debian-12-or-earlier.yml
Normal file
5
tasks/debian-12-or-earlier.yml
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue