1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Add debug task

This commit is contained in:
Tom Hesse 2025-07-26 08:42:12 +02:00 committed by Felix Fontein
parent e5291723c0
commit 3faa18dd31

View file

@ -9,6 +9,9 @@
- zfs
- "zfs-{{ ansible_kernel.split('-')[-1] }}"
- name: Check content of /lib/modules/6.12.38-0-virt/
ansible.builtin.command: ls -l /lib/modules/6.12.38-0-virt/
- name: Load zfs module
community.general.modprobe:
name: zfs