Skip to content
Snippets Groups Projects
Unverified Commit fe17fb6a authored by nd's avatar nd
Browse files

add bookworm support

parent 9c2fdaad
No related branches found
No related tags found
No related merge requests found
default_repos:
debian:
bullseye:
bookworm: &debian_default_repos
debian:
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} main contrib non-free"
update:
......@@ -9,6 +9,7 @@ default_repos:
url: "deb https://security.debian.org/debian-security {{ ansible_distribution_release|lower }}-security main contrib non-free"
backports:
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main"
bullseye: *debian_default_repos
buster:
debian:
url: "deb http://deb.debian.org/debian {{ ansible_distribution_release|lower }} main contrib non-free"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment