From c6e3ae24a0bb3edd8a418d6c281d042a85e87c81 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 13:38:19 -0500 Subject: [PATCH] vars/RHEL: explicitly name kernel-{devel,headers} --- vars/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index 97c72e4..eeaf87c 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -29,7 +29,9 @@ zfs_dkms_pkgs: - "https://zfsonlinux.org/fedora/zfs-release-2-8.fc{{ ansible_distribution_major_version }}.noarch.rpm" almalinux: *elcommonpre rocky: *elcommonpre - redhat: + redhat: # no 'matched' meta pkg, seemingly implied + - kernel-headers + - kernel-devel - https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm main: # the star of the show: ZFS transaction debian: