summaryrefslogtreecommitdiff
path: root/ansible/vmadm-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-05 12:04:58 +0300
committerLars Wirzenius <liw@liw.fi>2023-10-05 12:04:58 +0300
commitb77e684010f393db0e420dc124875225a061f9c8 (patch)
tree23db7619d04ca525ef7ec3c2d9e1d912ffcecd57 /ansible/vmadm-dev.yml
parent1de82e10554e43da244cb60c6dbf310d455e9ff2 (diff)
downloadansibleness-b77e684010f393db0e420dc124875225a061f9c8.tar.gz
vmadm-dev: install bookworm, not bullseye
Also fix the installation of ca-certificates-java Sponsored-by: author
Diffstat (limited to 'ansible/vmadm-dev.yml')
-rw-r--r--ansible/vmadm-dev.yml7
1 files changed, 6 insertions, 1 deletions
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
@@ -18,6 +18,9 @@
tags: [liw]
tasks:
- apt:
+ name: ca-certificates-java
+ default_release: bookworm-backports
+ - apt:
name:
- build-essential
- libclang-dev
@@ -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