mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 04:04:23 -07:00
Add debug task
This commit is contained in:
parent
3537890178
commit
6f005e9564
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue