diff options
| -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: |
