Skip to content

Commit 6f005e9

Browse files
committed
Add debug task
1 parent 3537890 commit 6f005e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/targets/zpool/tasks/install_requirements_alpine.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
- zfs
1010
- "zfs-{{ ansible_kernel.split('-')[-1] }}"
1111

12+
- name: Check content of /lib/modules/6.12.38-0-virt/
13+
ansible.builtin.command: ls -l /lib/modules/6.12.38-0-virt/
14+
1215
- name: Load zfs module
1316
community.general.modprobe:
1417
name: zfs

0 commit comments

Comments
 (0)