Skip to content

Commit

Permalink
Merge pull request #145 from cisagov/improvement/add-fedora-38-remove…
Browse files Browse the repository at this point in the history
…-fedora-36

Remove Fedora 36 and add Fedora 38
  • Loading branch information
mcdonnnj authored Jun 15, 2023
2 parents b1e866d + 8a6856d commit 74d20ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ galaxy_info:
- bookworm
- name: Fedora
versions:
- "36"
- "37"
- "38"
- name: Kali
versions:
- "2023"
Expand Down
6 changes: 3 additions & 3 deletions molecule/default/molecule-no-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions molecule/default/molecule-with-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ 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
volumes:
- /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
Expand Down

0 comments on commit 74d20ab

Please sign in to comment.