mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Use correct kernel name for zfs kernel modules
This commit is contained in:
parent
6d67546902
commit
4970b96949
2 changed files with 1 additions and 2 deletions
|
@ -12,4 +12,3 @@ skip/osx
|
||||||
skip/macos
|
skip/macos
|
||||||
skip/rhel
|
skip/rhel
|
||||||
skip/docker
|
skip/docker
|
||||||
skip/alpine # TODO: figure out what goes wrong
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
community.general.apk:
|
community.general.apk:
|
||||||
name:
|
name:
|
||||||
- zfs
|
- zfs
|
||||||
- zfs-lts
|
- "zfs-{{ ansible_kernel.split('-')[-1] }}"
|
||||||
|
|
||||||
- name: Load zfs module
|
- name: Load zfs module
|
||||||
community.general.modprobe:
|
community.general.modprobe:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue