Skip to content

Commit

Permalink
Add support for Debian Trixie
Browse files Browse the repository at this point in the history
jsf9k authored and mcdonnnj committed Mar 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d7a47a7 commit 9949fc8
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ galaxy_info:
- buster
- bullseye
- bookworm
- trixie
- name: Fedora
versions:
- "37"
9 changes: 9 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -40,6 +40,15 @@ platforms:
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

0 comments on commit 9949fc8

Please sign in to comment.