From 8c7050dd7a248ec5af8d2cd365959811b33ea619 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 27 Jul 2026 10:41:41 +0300 Subject: Remove gpu drivers --- roles/host/templates/etc_rc.conf.j2 | 2 +- roles/host_prod/tasks/main.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/host/templates/etc_rc.conf.j2 b/roles/host/templates/etc_rc.conf.j2 index 25c4065..985ec41 100644 --- a/roles/host/templates/etc_rc.conf.j2 +++ b/roles/host/templates/etc_rc.conf.j2 @@ -41,7 +41,7 @@ cleanvar_enable="YES" auditd_enable="YES" devd_enable="YES" {% if is_prod %} -kld_list="pf if_wg i915kms fdescfs linux64" +kld_list="pf if_wg fdescfs linux64" {% else %} kld_list="pf if_wg linux64" {% endif %} diff --git a/roles/host_prod/tasks/main.yml b/roles/host_prod/tasks/main.yml index 86aa6a4..9be1296 100644 --- a/roles/host_prod/tasks/main.yml +++ b/roles/host_prod/tasks/main.yml @@ -18,7 +18,6 @@ state: present loop: - vm-bhyve - - drm-kmod - name: Set up fstab template: -- cgit v1.3