From 9b34fe8a59ecca418096298eb9e7c985ca1906dc Mon Sep 17 00:00:00 2001 From: Jannik Berges <git@jabertwo.de> Date: Sun, 18 Jun 2023 22:06:57 +0200 Subject: [PATCH] upgrade weatherwax to debain bookworm --- host_vars/weatherwax | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/host_vars/weatherwax b/host_vars/weatherwax index ff97ac0b..fe3db651 100644 --- a/host_vars/weatherwax +++ b/host_vars/weatherwax @@ -6,15 +6,15 @@ motd_lines: - "IPs: {{ansible_bond0.ipv4.address}}" debian_sources: - - "deb http://deb.debian.org/debian/ bullseye main non-free contrib" - - "deb http://security.debian.org/debian-security bullseye-security main contrib non-free" - - "deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free" - - "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" + - "deb http://deb.debian.org/debian/ bookworm main non-free contrib" + - "deb http://security.debian.org/debian-security bookworm-security main contrib non-free" + - "deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free" + - "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" debian_keys_id: debian_keys_url: - - "https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg" + - "https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg" # Art des Hosts: physical, vm, docker -- GitLab