chore: update molecule configuration

- Update prepare.yml with test setup
- Update molecule.yml with test infrastructure configuration
This commit is contained in:
Daniel Akulenok
2026-01-28 23:03:41 +01:00
parent dae9cb60f5
commit 68a7b62305
2 changed files with 4 additions and 7 deletions

View File

@@ -2,13 +2,6 @@
driver: driver:
name: podman name: podman
platforms: platforms:
- name: debian-bookworm
image: docker.io/jrei/systemd-debian:12
command: /lib/systemd/systemd
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
- name: debian-trixie - name: debian-trixie
image: docker.io/jrei/systemd-debian:13 image: docker.io/jrei/systemd-debian:13
command: /lib/systemd/systemd command: /lib/systemd/systemd

View File

@@ -4,3 +4,7 @@
- name: Update apt - name: Update apt
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true
- name: Install bind9-dnsutils package
ansible.builtin.apt:
name: bind9-dnsutils
state: present