From b77e684010f393db0e420dc124875225a061f9c8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 5 Oct 2023 12:04:58 +0300 Subject: vmadm-dev: install bookworm, not bullseye Also fix the installation of ca-certificates-java Sponsored-by: author --- ansible/vmadm-dev.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ansible/vmadm-dev.yml') diff --git a/ansible/vmadm-dev.yml b/ansible/vmadm-dev.yml index 19d9322..af5c633 100644 --- a/ansible/vmadm-dev.yml +++ b/ansible/vmadm-dev.yml @@ -17,6 +17,9 @@ - role: liw tags: [liw] tasks: + - apt: + name: ca-certificates-java + default_release: bookworm-backports - apt: name: - build-essential @@ -55,10 +58,12 @@ sane_debian_system_version: 2 sane_debian_system_hostname: vmadm-dev - sane_debian_system_codename: bullseye + sane_debian_system_codename: bookworm sane_debian_system_sources_lists: - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main signing_key: "{{ ci_prod_signing_key }}" + - repo: | + deb http://deb.debian.org/debian bookworm-backports main contrib non-free timezone: Europe/Helsinki -- cgit v1.2.1