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.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/roles/prepare-dkms/tasks/default.yml b/roles/prepare-dkms/tasks/default.yml
index f3748feb..bff826ae 100644
--- a/roles/prepare-dkms/tasks/default.yml
+++ b/roles/prepare-dkms/tasks/default.yml
@@ -1,8 +1,7 @@
---
- name: install kernel headers and dkms
- with_items:
-# - linux-headers-amd64 # TODO: fix this so it works for ubuntu(hwe) and debian
- - dkms
apt:
- name: "{{ item }}"
+ name:
+ # - linux-headers-amd64 # TODO: fix this so it works for ubuntu(hwe) and debian
+ - dkms
state: present