add sources.list for deb12

This commit is contained in:
Grégory Lebreton 2024-11-12 15:21:29 +01:00
parent 0c3636ecd6
commit 6df9abe9d6
2 changed files with 47 additions and 0 deletions

39
files/sources.list Normal file
View File

@ -0,0 +1,39 @@
#### MAIN
## MAIN-1
deb http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free
## UPDATES
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
## SECURITY
deb http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
## BACKPORTS
deb http://deb.debian.org/debian/ bookworm-backports main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian bookworm-backports main non-free-firmware contrib non-free
#### UNSTABLE
# deb http://deb.debian.org/debian/ unstable main non-free-firmware contrib non-free
#### EXPERIMENTAL
#deb http://deb.debian.org/debian/ experimental main non-free-firmware contrib non-free
#### TESTING
## TESTING-MAIN
# deb http://deb.debian.org/debian/ testing main non-free-firmware contrib non-free
## TESTING-SECURITY
# deb http://security.debian.org/debian-security testing-security main non-free-firmware contrib non-free
# deb http://security.debian.org/ testing-security main non-free-firmware contrib non-free

View File

@ -1,5 +1,13 @@
---
- name: Copier le fichier sources.list vers /etc/apt/sources.list
copy:
src: ./files/sources.list
dest: /etc/apt/sources.list
owner: root
group: root
mode: '0644'
- name: Apt update
apt:
name: aptitude