From 1de82e10554e43da244cb60c6dbf310d455e9ff2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 5 Oct 2023 10:57:39 +0300 Subject: upgrade v-i-dev, vmadm-dev to bookworm Sponsored-by: author --- ansible/v-i-dev.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'ansible/v-i-dev.yml') diff --git a/ansible/v-i-dev.yml b/ansible/v-i-dev.yml index b0f8a11..d092a07 100644 --- a/ansible/v-i-dev.yml +++ b/ansible/v-i-dev.yml @@ -15,6 +15,9 @@ - role: liw tags: [liw] tasks: + - apt: + name: ca-certificates-java + default_release: bookworm-backports - apt: name: - ansible @@ -25,12 +28,10 @@ - graphviz - kpartx - librsvg2-bin - - lmodern - lvm2 - moreutils - ovmf - pandoc - - pandoc-citeproc - parted - plantuml - python3 @@ -40,18 +41,14 @@ - qemu-system-x86 - qemu-utils - subplot - - texlive-fonts-recommended - - texlive-latex-base - - texlive-latex-recommended - - texlive-plain-generic - vmdb2 - zerofree vars: ansible_python_interpreter: python3 sane_debian_system_version: 2 - sane_debian_system_hostname: v-i-dev - sane_debian_system_codename: bullseye + sane_debian_system_hostname: "{{ inventory_hostname }}" + sane_debian_system_codename: bookworm timezone: Europe/Helsinki @@ -64,6 +61,8 @@ 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 sshd_version: 1 sshd_allow_authorized_keys: yes -- cgit v1.2.1