File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ galaxy_info:
3232 - name : Fedora
3333 versions :
3434 - " 41"
35+ - " 42"
3536 - name : Kali
3637 versions :
3738 - " 2023"
You can’t perform that action at this time.
0 commit comments