We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a47a7 commit 9949fc8Copy full SHA for 9949fc8
meta/main.yml
@@ -28,6 +28,7 @@ galaxy_info:
28
- buster
29
- bullseye
30
- bookworm
31
+ - trixie
32
- name: Fedora
33
versions:
34
- "37"
molecule/default/molecule.yml
@@ -40,6 +40,15 @@ platforms:
40
privileged: true
41
volumes:
42
- /sys/fs/cgroup:/sys/fs/cgroup:rw
43
+ - cgroupns_mode: host
44
+ command: /lib/systemd/systemd
45
+ image: docker.io/cisagov/docker-debian13-ansible:latest
46
+ name: debian13-systemd
47
+ platform: amd64
48
+ pre_build_image: true
49
+ privileged: true
50
+ volumes:
51
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
52
- cgroupns_mode: host
53
command: /lib/systemd/systemd
54
image: docker.io/cisagov/docker-kali-ansible:latest
0 commit comments