1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-21 20:59:10 +00:00
This commit is contained in:
Tom Hesse 2026-03-20 04:09:27 -04:00 committed by GitHub
commit a9003859f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -12,4 +12,3 @@ skip/osx
skip/macos
skip/rhel
skip/docker
skip/alpine # TODO: figure out what goes wrong

View file

@ -7,7 +7,7 @@
community.general.apk:
name:
- zfs
- zfs-lts
- "zfs-{{ ansible_kernel.split('-')[-1] }}"
- name: Load zfs module
community.general.modprobe: