From 8a6856d74727cf16f89ecddcf9705a56c24f8f0c Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Thu, 18 May 2023 12:06:31 -0400 Subject: [PATCH] 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/) --- meta/main.yml | 2 +- molecule/default/molecule-no-systemd.yml | 6 +++--- molecule/default/molecule-with-systemd.yml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index ac97ad3..3190d65 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -25,8 +25,8 @@ galaxy_info: - bookworm - name: Fedora versions: - - "36" - "37" + - "38" - name: Kali versions: - "2023" diff --git a/molecule/default/molecule-no-systemd.yml b/molecule/default/molecule-no-systemd.yml index 6342659..d7555d4 100644 --- a/molecule/default/molecule-no-systemd.yml +++ b/molecule/default/molecule-no-systemd.yml @@ -26,12 +26,12 @@ platforms: - image: kalilinux/kali-rolling name: kali platform: amd64 - - image: fedora:36 - name: fedora36 - platform: amd64 - image: fedora:37 name: fedora37 platform: amd64 + - image: fedora:38 + name: fedora38 + platform: amd64 - image: ubuntu:focal name: ubuntu20 platform: amd64 diff --git a/molecule/default/molecule-with-systemd.yml b/molecule/default/molecule-with-systemd.yml index bcf5d94..1b9b052 100644 --- a/molecule/default/molecule-with-systemd.yml +++ b/molecule/default/molecule-with-systemd.yml @@ -57,8 +57,8 @@ platforms: - /sys/fs/cgroup:/sys/fs/cgroup:rw - cgroupns_mode: host command: /lib/systemd/systemd - image: geerlingguy/docker-fedora36-ansible:latest - name: fedora36-systemd + image: geerlingguy/docker-fedora37-ansible:latest + name: fedora37-systemd platform: amd64 pre_build_image: yes privileged: yes @@ -66,8 +66,8 @@ platforms: - /sys/fs/cgroup:/sys/fs/cgroup:rw - cgroupns_mode: host command: /lib/systemd/systemd - image: geerlingguy/docker-fedora37-ansible:latest - name: fedora37-systemd + image: geerlingguy/docker-fedora38-ansible:latest + name: fedora38-systemd platform: amd64 pre_build_image: yes privileged: yes