From dfa87b7672278210cff46b48b17bff8c14564327 Mon Sep 17 00:00:00 2001
From: Jannik Berges <git@jabertwo.de>
Date: Sun, 18 Jun 2023 21:30:18 +0200
Subject: [PATCH] upgrade ogg to debian bookworm

---
 host_vars/ogg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/host_vars/ogg b/host_vars/ogg
index 14ed671c..7e42bd9e 100644
--- a/host_vars/ogg
+++ b/host_vars/ogg
@@ -6,10 +6,10 @@ 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 https://download.docker.com/linux/debian bullseye stable"
+  - "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"
+  - "deb https://download.docker.com/linux/debian bookworm stable"
 
 debian_keys_id:
 
-- 
GitLab