summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-02-05 21:19:55 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-02-05 21:19:55 +0100
commit77e9ec45ab14eb148355c438134c28486860bda4 (patch)
tree27c43cdedc6f7f03fadbc38ef754a71ba274e361 /roles
parentadded link to kubeadm config docs (diff)
added emc-dist0
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