From 651e430f8423f9a4af870930dc7db8bdf705234c Mon Sep 17 00:00:00 2001 From: jabertwo <git@jabertwo.de> Date: Fri, 23 Jun 2023 19:30:27 +0200 Subject: [PATCH] update carrot to bookworm --- host_vars/carrot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/host_vars/carrot b/host_vars/carrot index d7bbb88f..e4b34404 100644 --- a/host_vars/carrot +++ b/host_vars/carrot @@ -6,9 +6,9 @@ motd_lines: - "Haupt-IP @ eth0: {{ansible_eth0.ipv4.address}}" debian_sources: - - "deb http://ftp2.de.debian.org/debian/ bullseye main contrib non-free" - - "deb http://ftp.debian.org/debian bullseye-updates main contrib non-free" - - "deb http://security.debian.org/ bullseye-security main contrib non-free" + - "deb http://ftp2.de.debian.org/debian/ bookworm main contrib non-free" + - "deb http://ftp.debian.org/debian bookworm-updates main contrib non-free" + - "deb http://security.debian.org/ bookworm-security main contrib non-free" debian_keys_id: -- GitLab