diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51ec5cf..a30b335 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -192,6 +192,7 @@ jobs: - debian13-systemd - fedora39-systemd - fedora40-systemd + - fedora41-systemd - kali-systemd - ubuntu-20-systemd - ubuntu-22-systemd diff --git a/meta/main.yml b/meta/main.yml index 434e962..a85588d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -33,6 +33,7 @@ galaxy_info: versions: - "39" - "40" + - "41" - name: Kali versions: - "2023" diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 20b8324..5b7b542 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -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