File tree 3 files changed +20
-0
lines changed 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ jobs:
192
192
- debian13-systemd
193
193
- fedora39-systemd
194
194
- fedora40-systemd
195
+ - fedora41-systemd
195
196
- kali-systemd
196
197
- ubuntu-20-systemd
197
198
- ubuntu-22-systemd
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ galaxy_info:
33
33
versions :
34
34
- " 39"
35
35
- " 40"
36
+ - " 41"
36
37
- name : Kali
37
38
versions :
38
39
- " 2023"
Original file line number Diff line number Diff line change @@ -148,6 +148,24 @@ platforms:
148
148
privileged : true
149
149
volumes :
150
150
- /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
151
169
- cgroupns_mode : host
152
170
command : /lib/systemd/systemd
153
171
image : docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
You can’t perform that action at this time.
0 commit comments