We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e507279 commit c6e3ae2Copy full SHA for c6e3ae2
vars/main.yml
@@ -29,7 +29,9 @@ zfs_dkms_pkgs:
29
- "https://zfsonlinux.org/fedora/zfs-release-2-8.fc{{ ansible_distribution_major_version }}.noarch.rpm"
30
almalinux: *elcommonpre
31
rocky: *elcommonpre
32
- redhat:
+ redhat: # no 'matched' meta pkg, seemingly implied
33
+ - kernel-headers
34
+ - kernel-devel
35
- https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm
36
main: # the star of the show: ZFS transaction
37
debian:
0 commit comments