add sources.list for deb12
This commit is contained in:
parent
0c3636ecd6
commit
6df9abe9d6
39
files/sources.list
Normal file
39
files/sources.list
Normal 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
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user