Skip to content

Commit 8a6856d

Browse files
jsf9kmcdonnnj
authored andcommitted
Remove Fedora 36 and add Fedora 38
- Fedora 36 is EOL as of May 16, 2023 (https://docs.fedoraproject.org/en-US/releases/eol/) - Fedora 38 was released on April 18, 2023 (https://fedoramagazine.org/announcing-fedora-38/)
1 parent b1e866d commit 8a6856d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ galaxy_info:
2525
- bookworm
2626
- name: Fedora
2727
versions:
28-
- "36"
2928
- "37"
29+
- "38"
3030
- name: Kali
3131
versions:
3232
- "2023"

molecule/default/molecule-no-systemd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ platforms:
2626
- image: kalilinux/kali-rolling
2727
name: kali
2828
platform: amd64
29-
- image: fedora:36
30-
name: fedora36
31-
platform: amd64
3229
- image: fedora:37
3330
name: fedora37
3431
platform: amd64
32+
- image: fedora:38
33+
name: fedora38
34+
platform: amd64
3535
- image: ubuntu:focal
3636
name: ubuntu20
3737
platform: amd64

molecule/default/molecule-with-systemd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ platforms:
5757
- /sys/fs/cgroup:/sys/fs/cgroup:rw
5858
- cgroupns_mode: host
5959
command: /lib/systemd/systemd
60-
image: geerlingguy/docker-fedora36-ansible:latest
61-
name: fedora36-systemd
60+
image: geerlingguy/docker-fedora37-ansible:latest
61+
name: fedora37-systemd
6262
platform: amd64
6363
pre_build_image: yes
6464
privileged: yes
6565
volumes:
6666
- /sys/fs/cgroup:/sys/fs/cgroup:rw
6767
- cgroupns_mode: host
6868
command: /lib/systemd/systemd
69-
image: geerlingguy/docker-fedora37-ansible:latest
70-
name: fedora37-systemd
69+
image: geerlingguy/docker-fedora38-ansible:latest
70+
name: fedora38-systemd
7171
platform: amd64
7272
pre_build_image: yes
7373
privileged: yes

0 commit comments

Comments
 (0)