summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/prepare-dkms/tasks/default.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/prepare-dkms/tasks/default.yml b/roles/prepare-dkms/tasks/default.yml
index bff826ae..638b81f0 100644
--- a/roles/prepare-dkms/tasks/default.yml
+++ b/roles/prepare-dkms/tasks/default.yml
@@ -2,6 +2,6 @@
- name: install kernel headers and dkms
apt:
name:
- # - linux-headers-amd64 # TODO: fix this so it works for ubuntu(hwe) and debian
+ - linux-headers-amd64 # TODO: fix this so it works for ubuntu(hwe) and debian
- dkms
state: present