Skip to content

Commit b57d128

Browse files
authored
Merge pull request #233 from cisagov/improvement/drop-eol-fedora-39-and-40
Drop support for EOL platforms Fedora 39 and 40
2 parents 67d5717 + b52861f commit b57d128

File tree

4 files changed

+1
-41
lines changed

4 files changed

+1
-41
lines changed

.config/molecule/config.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -112,42 +112,6 @@ platforms:
112112
privileged: true
113113
volumes:
114114
- /sys/fs/cgroup:/sys/fs/cgroup:rw
115-
- cgroupns_mode: host
116-
command: /lib/systemd/systemd
117-
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
118-
name: fedora39-systemd-amd64
119-
platform: amd64
120-
pre_build_image: true
121-
privileged: true
122-
volumes:
123-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
124-
- cgroupns_mode: host
125-
command: /lib/systemd/systemd
126-
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
127-
name: fedora39-systemd-arm64
128-
platform: arm64
129-
pre_build_image: true
130-
privileged: true
131-
volumes:
132-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
133-
- cgroupns_mode: host
134-
command: /lib/systemd/systemd
135-
image: docker.io/geerlingguy/docker-fedora40-ansible:latest
136-
name: fedora40-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-fedora40-ansible:latest
145-
name: fedora40-systemd-arm64
146-
platform: arm64
147-
pre_build_image: true
148-
privileged: true
149-
volumes:
150-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
151115
- cgroupns_mode: host
152116
command: /lib/systemd/systemd
153117
image: docker.io/geerlingguy/docker-fedora41-ansible:latest

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ jobs:
221221
- debian11-systemd
222222
- debian12-systemd
223223
- debian13-systemd
224-
- fedora39-systemd
225-
- fedora40-systemd
226224
- fedora41-systemd
227225
- kali-systemd
228226
- ubuntu-22-systemd

meta/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ galaxy_info:
3131
- trixie
3232
- name: Fedora
3333
versions:
34-
- "39"
35-
- "40"
3634
- "41"
3735
- name: Kali
3836
versions:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
2.0.0

0 commit comments

Comments
 (0)