realy fix bookworm repos
This commit is contained in:
parent
64e84c36b2
commit
c19e01d244
1 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,15 @@
|
||||||
default_repos:
|
default_repos:
|
||||||
debian:
|
debian:
|
||||||
bookworm: &debian_default_repos
|
bookworm: &debian_default_repos
|
||||||
|
debian:
|
||||||
|
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} main contrib non-free non-free-firmware"
|
||||||
|
update:
|
||||||
|
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-updates main contrib non-free non-free-firmware"
|
||||||
|
security:
|
||||||
|
url: "deb https://security.debian.org/debian-security {{ ansible_distribution_release|lower }}-security main contrib non-free non-free-firmware"
|
||||||
|
backports:
|
||||||
|
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main contrib non-free non-free-firmware"
|
||||||
|
bullseye:
|
||||||
debian:
|
debian:
|
||||||
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} main contrib non-free"
|
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} main contrib non-free"
|
||||||
update:
|
update:
|
||||||
|
|
@ -9,7 +18,6 @@ default_repos:
|
||||||
url: "deb https://security.debian.org/debian-security {{ ansible_distribution_release|lower }}-security main contrib non-free"
|
url: "deb https://security.debian.org/debian-security {{ ansible_distribution_release|lower }}-security main contrib non-free"
|
||||||
backports:
|
backports:
|
||||||
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main contrib non-free"
|
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main contrib non-free"
|
||||||
bullseye: *debian_default_repos
|
|
||||||
buster:
|
buster:
|
||||||
debian:
|
debian:
|
||||||
url: "deb http://deb.debian.org/debian {{ ansible_distribution_release|lower }} main contrib non-free"
|
url: "deb http://deb.debian.org/debian {{ ansible_distribution_release|lower }} main contrib non-free"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue