From c0198e325e3f576144b1d493c09ffabf40b6d83f Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <elberfeld@web.de> Date: Fri, 9 Feb 2024 11:00:14 +0100 Subject: [PATCH] bookworm repo changes --- host_vars/webserver | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/host_vars/webserver b/host_vars/webserver index c557afb5..1eeb7d17 100644 --- a/host_vars/webserver +++ b/host_vars/webserver @@ -6,9 +6,9 @@ motd_lines: - "Öffentliche IPs: {{ansible_ens18.ipv4.address}} / {{ansible_ens18.ipv6[0].address}}" debian_sources: - - "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 http://ftp2.de.debian.org/debian/ bookworm main contrib non-free non-free-firmware" + - "deb http://ftp.debian.org/debian bookworm-updates main contrib non-free non-free-firmware" + - "deb http://security.debian.org/ bookworm-security main contrib non-free non-free-firmware" - "deb https://download.docker.com/linux/debian bookworm stable" debian_keys_id: -- GitLab