Revert "Remove modprobe task to check if testing works without it"

This reverts commit e183bf08fc.
This commit is contained in:
Tom Hesse 2025-07-25 20:34:48 +02:00
commit 3537890178
No known key found for this signature in database
GPG key ID: 7206B6E394EEF7B9

View file

@ -8,3 +8,8 @@
name:
- zfs
- "zfs-{{ ansible_kernel.split('-')[-1] }}"
- name: Load zfs module
community.general.modprobe:
name: zfs
state: present