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,15 @@
- name: add backports apt repo
deb822_repository:
name: backports
types:
- deb
- deb-src
uris: http://deb.debian.org/debian/
suites: "{{ ansible_distribution_release }}-backports"
components:
- main
- contrib
- non-free
- non-free-firmware
signed_by: /usr/share/keyrings/debian-archive-keyring.gpg