From d5a9ba5a84ebb463092d857dfda3389fe564b624 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 26 May 2023 12:12:43 -0400 Subject: [PATCH] Switch to using the LTS Linux kernel. This is to avoid updating to a version that is not yet supported by ZFS, causing the DKMS build to fail. --- ansible/roles/zfs/tasks/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/zfs/tasks/linux.yaml b/ansible/roles/zfs/tasks/linux.yaml index 8abcc4c..e9fb8b3 100644 --- a/ansible/roles/zfs/tasks/linux.yaml +++ b/ansible/roles/zfs/tasks/linux.yaml @@ -1,7 +1,7 @@ - name: Install packages package: name: - - linux-headers + - linux-lts-headers state: present - name: Build aur packages