chore: update molecule configuration
- Update prepare.yml with test setup - Update molecule.yml with test infrastructure configuration
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user