Skip to content

Commit

Permalink
Merge pull request #164 from cisagov/improvement/debian-bookworm-rele…
Browse files Browse the repository at this point in the history
…ased

Add support for Debian Trixie
  • Loading branch information
mcdonnnj authored Mar 27, 2024
2 parents d7a47a7 + fb16c79 commit 387a5e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ galaxy_info:
- buster
- bullseye
- bookworm
- trixie
- name: Fedora
versions:
- "37"
Expand Down
11 changes: 10 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 387a5e9

Please sign in to comment.