Skip to content

Commit 54e395e

Browse files
authored
Merge pull request #229 from cisagov/improvement/add-fedora-42
Add support for Fedora 42
2 parents b57d128 + a170589 commit 54e395e

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.config/molecule/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,24 @@ platforms:
130130
privileged: true
131131
volumes:
132132
- /sys/fs/cgroup:/sys/fs/cgroup:rw
133+
- cgroupns_mode: host
134+
command: /lib/systemd/systemd
135+
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
136+
name: fedora42-systemd-amd64
137+
platform: amd64
138+
pre_build_image: true
139+
privileged: true
140+
volumes:
141+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
142+
- cgroupns_mode: host
143+
command: /lib/systemd/systemd
144+
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
145+
name: fedora42-systemd-arm64
146+
platform: arm64
147+
pre_build_image: true
148+
privileged: true
149+
volumes:
150+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
133151
- cgroupns_mode: host
134152
command: /lib/systemd/systemd
135153
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ jobs:
222222
- debian12-systemd
223223
- debian13-systemd
224224
- fedora41-systemd
225+
- fedora42-systemd
225226
- kali-systemd
226227
- ubuntu-22-systemd
227228
- ubuntu-24-systemd

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ galaxy_info:
3232
- name: Fedora
3333
versions:
3434
- "41"
35+
- "42"
3536
- name: Kali
3637
versions:
3738
- "2023"

0 commit comments

Comments
 (0)