1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 21:29:19 +00:00

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

This reverts commit e183bf08fc46163ce11f6ca7fb7075b292c3a534.
This commit is contained in:
Tom Hesse 2025-07-25 20:34:48 +02:00 committed by Felix Fontein
parent 137c80ff53
commit e5291723c0

View file

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