Use correct kernel name for zfs kernel modules

This commit is contained in:
Tom Hesse 2025-07-25 19:31:34 +02:00
commit 4970b96949
No known key found for this signature in database
GPG key ID: 7206B6E394EEF7B9
2 changed files with 1 additions and 2 deletions

View file

@ -12,4 +12,3 @@ skip/osx
skip/macos
skip/rhel
skip/docker
skip/alpine # TODO: figure out what goes wrong

View file

@ -7,7 +7,7 @@
community.general.apk:
name:
- zfs
- zfs-lts
- "zfs-{{ ansible_kernel.split('-')[-1] }}"
- name: Load zfs module
community.general.modprobe: