From 4e8dbba9e046fcfc0dce26d38c9d3aee3fab5077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Wed, 2 Aug 2023 17:07:09 +0200 Subject: [PATCH] test: use Debian Bookworm for Vagrant Box and repo source --- molecule/resources/playbooks/prepare.yml | 2 +- molecule/virtualbox/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/resources/playbooks/prepare.yml b/molecule/resources/playbooks/prepare.yml index 4e63bee..b67f4d4 100644 --- a/molecule/resources/playbooks/prepare.yml +++ b/molecule/resources/playbooks/prepare.yml @@ -22,7 +22,7 @@ become: true - name: add repo URL to sources.list ansible.builtin.apt_repository: - repo: "deb https://sdvdebianrepo.slub-dresden.de/deb-repository bullseye main" + repo: "deb https://sdvdebianrepo.slub-dresden.de/deb-repository bookworm main" state: present update_cache: true mode: "0644" diff --git a/molecule/virtualbox/molecule.yml b/molecule/virtualbox/molecule.yml index 57fde77..d0b98a6 100644 --- a/molecule/virtualbox/molecule.yml +++ b/molecule/virtualbox/molecule.yml @@ -9,7 +9,7 @@ platforms: # https://github.com/ansible-community/molecule-vagrant#documentation # for more platform parameters. - name: vm-runner - box: debian/bullseye64 + box: debian/bookworm64 memory: 1024 # List of raw Vagrant `config` options. # provider_raw_config_args: -- GitLab