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.
This commit is contained in:
Tom Alexander 2023-05-26 12:12:43 -04:00
parent 64b1e95e8e
commit d5a9ba5a84
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -1,7 +1,7 @@
- name: Install packages - name: Install packages
package: package:
name: name:
- linux-headers - linux-lts-headers
state: present state: present
- name: Build aur packages - name: Build aur packages