Skip to content

Commit

Permalink
Add support for Fedora 40
Browse files Browse the repository at this point in the history
Remove support for Fedora 38 as it is now EOL.
  • Loading branch information
jsf9k authored and mcdonnnj committed Jun 1, 2024
1 parent 82e9264 commit e7d3969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ galaxy_info:
- trixie
- name: Fedora
versions:
- "38"
- "39"
- "40"
- name: Kali
versions:
- "2023"
Expand Down
8 changes: 4 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: docker.io/geerlingguy/docker-fedora38-ansible:latest
name: fedora38-systemd
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
name: fedora39-systemd
platform: amd64
pre_build_image: true
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
name: fedora39-systemd
image: docker.io/geerlingguy/docker-fedora40-ansible:latest
name: fedora40-systemd
platform: amd64
pre_build_image: true
privileged: true
Expand Down

0 comments on commit e7d3969

Please sign in to comment.