diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 10:41:41 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 10:41:41 +0300 |
| commit | 8c7050dd7a248ec5af8d2cd365959811b33ea619 (patch) | |
| tree | 6719966ad4feb1d71bc06dc1f9cb2b573f87026a /roles | |
| parent | 0319c82fa4b93a9558f28b750ab948e76fd9251d (diff) | |
Remove gpu drivers
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/host/templates/etc_rc.conf.j2 | 2 | ||||
| -rw-r--r-- | roles/host_prod/tasks/main.yml | 1 |
2 files changed, 1 insertions, 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: |
