Skip to content

Commit

Permalink
Add support for Fedora 39
Browse files Browse the repository at this point in the history
Fedora 39 was released on November 7, 2023.
  • Loading branch information
jsf9k authored and mcdonnnj committed Mar 27, 2024
1 parent d7a47a7 commit 38c9c59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ galaxy_info:
versions:
- "37"
- "38"
- "39"
- name: Kali
versions:
- "2023"
Expand Down
9 changes: 9 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ platforms:
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: 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-ubuntu2004-ansible:latest
Expand Down

0 comments on commit 38c9c59

Please sign in to comment.