Skip to content

Commit fce8bb3

Browse files
authored
Merge pull request #134 from cisagov/improvement/remove-deprecated-fedora-35
Remove EOL Fedora 35 distribution
2 parents a5d5ac1 + 5dd8130 commit fce8bb3

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

meta/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ galaxy_info:
2929
- bookworm
3030
- name: Fedora
3131
versions:
32-
- "35"
3332
- "36"
3433
- "37"
3534
- name: Ubuntu

molecule/default/molecule-no-systemd.yml

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ platforms:
3535
- image: kalilinux/kali-rolling
3636
name: kali
3737
platform: amd64
38-
- image: fedora:35
39-
name: fedora35
40-
platform: amd64
4138
- image: fedora:36
4239
name: fedora36
4340
platform: amd64

molecule/default/molecule-with-systemd.yml

-9
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ platforms:
6969
privileged: yes
7070
volumes:
7171
- /sys/fs/cgroup:/sys/fs/cgroup:rw
72-
- cgroupns_mode: host
73-
command: /lib/systemd/systemd
74-
image: geerlingguy/docker-fedora35-ansible:latest
75-
name: fedora35-systemd
76-
platform: amd64
77-
pre_build_image: yes
78-
privileged: yes
79-
volumes:
80-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
8172
- cgroupns_mode: host
8273
command: /lib/systemd/systemd
8374
image: geerlingguy/docker-fedora36-ansible:latest

0 commit comments

Comments
 (0)