Skip to content

Commit e940403

Browse files
authored
Merge pull request #207 from cisagov/improvement/add-support-for-fedora-41
Add support for Fedora 41
2 parents 30ebbce + 40cfc6d commit e940403

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
- debian13-systemd
193193
- fedora39-systemd
194194
- fedora40-systemd
195+
- fedora41-systemd
195196
- kali-systemd
196197
- ubuntu-20-systemd
197198
- ubuntu-22-systemd

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
- "39"
3535
- "40"
36+
- "41"
3637
- name: Kali
3738
versions:
3839
- "2023"

molecule/default/molecule.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,24 @@ platforms:
148148
privileged: true
149149
volumes:
150150
- /sys/fs/cgroup:/sys/fs/cgroup:rw
151+
- cgroupns_mode: host
152+
command: /lib/systemd/systemd
153+
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
154+
name: fedora41-systemd-amd64
155+
platform: amd64
156+
pre_build_image: true
157+
privileged: true
158+
volumes:
159+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
160+
- cgroupns_mode: host
161+
command: /lib/systemd/systemd
162+
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
163+
name: fedora41-systemd-arm64
164+
platform: arm64
165+
pre_build_image: true
166+
privileged: true
167+
volumes:
168+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
151169
- cgroupns_mode: host
152170
command: /lib/systemd/systemd
153171
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest

0 commit comments

Comments
 (0)