summaryrefslogtreecommitdiff
path: root/roles/prepare-dkms/tasks/default.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/prepare-dkms/tasks/default.yml')
-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 f3df9c36..f3748feb 100644
--- a/roles/prepare-dkms/tasks/default.yml
+++ b/roles/prepare-dkms/tasks/default.yml
@@ -1,7 +1,7 @@
---
- name: install kernel headers and dkms
with_items:
- - linux-headers-amd64
+# - linux-headers-amd64 # TODO: fix this so it works for ubuntu(hwe) and debian
- dkms
apt:
name: "{{ item }}"