diff --git a/meta/main.yml b/meta/main.yml index a4323bb..0321430 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -28,6 +28,7 @@ galaxy_info: - buster - bullseye - bookworm + - trixie - name: Fedora versions: - "37" diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 12ec2cc..6a0d945 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -33,13 +33,22 @@ platforms: - /sys/fs/cgroup:/sys/fs/cgroup:rw - cgroupns_mode: host command: /lib/systemd/systemd - image: docker.io/cisagov/docker-debian12-ansible:latest + image: docker.io/geerlingguy/docker-debian12-ansible:latest name: debian12-systemd platform: amd64 pre_build_image: true privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw + - cgroupns_mode: host + command: /lib/systemd/systemd + image: docker.io/cisagov/docker-debian13-ansible:latest + name: debian13-systemd + platform: amd64 + pre_build_image: true + privileged: true + volumes: + - /sys/fs/cgroup:/sys/fs/cgroup:rw - cgroupns_mode: host command: /lib/systemd/systemd image: docker.io/cisagov/docker-kali-ansible:latest