Skip to content

Commit 569d377

Browse files
authored
Merge pull request #166 from cisagov/feature/add-support-for-fedora-39
Add support for Fedora 39
2 parents 387a5e9 + 7cb7ddf commit 569d377

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ galaxy_info:
3333
versions:
3434
- "37"
3535
- "38"
36+
- "39"
3637
- name: Kali
3738
versions:
3839
- "2023"

molecule/default/molecule.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ platforms:
7676
privileged: true
7777
volumes:
7878
- /sys/fs/cgroup:/sys/fs/cgroup:rw
79+
- cgroupns_mode: host
80+
command: /lib/systemd/systemd
81+
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
82+
name: fedora39-systemd
83+
platform: amd64
84+
pre_build_image: true
85+
privileged: true
86+
volumes:
87+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
7988
- cgroupns_mode: host
8089
command: /lib/systemd/systemd
8190
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest

0 commit comments

Comments
 (0)