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 7cb7ddfCopy full SHA for 7cb7ddf
meta/main.yml
@@ -32,6 +32,7 @@ galaxy_info:
32
versions:
33
- "37"
34
- "38"
35
+ - "39"
36
- name: Kali
37
38
- "2023"
molecule/default/molecule.yml
@@ -67,6 +67,15 @@ platforms:
67
privileged: true
68
volumes:
69
- /sys/fs/cgroup:/sys/fs/cgroup:rw
70
+ - cgroupns_mode: host
71
+ command: /lib/systemd/systemd
72
+ image: docker.io/geerlingguy/docker-fedora39-ansible:latest
73
+ name: fedora39-systemd
74
+ platform: amd64
75
+ pre_build_image: true
76
+ privileged: true
77
+ volumes:
78
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
79
- cgroupns_mode: host
80
command: /lib/systemd/systemd
81
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
0 commit comments