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