Skip to content

Commit

Permalink
Merge pull request #207 from cisagov/improvement/add-support-for-fedo…
Browse files Browse the repository at this point in the history
…ra-41

Add support for Fedora 41
  • Loading branch information
jsf9k authored Nov 22, 2024
2 parents 30ebbce + 40cfc6d commit e940403
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
- debian13-systemd
- fedora39-systemd
- fedora40-systemd
- fedora41-systemd
- kali-systemd
- ubuntu-20-systemd
- ubuntu-22-systemd
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ galaxy_info:
versions:
- "39"
- "40"
- "41"
- name: Kali
versions:
- "2023"
Expand Down
18 changes: 18 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,24 @@ platforms:
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
name: fedora41-systemd-amd64
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-fedora41-ansible:latest
name: fedora41-systemd-arm64
platform: arm64
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 e940403

Please sign in to comment.