From c5e5d49e2c3c443043d813623420b65367454d90 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 5 May 2018 02:29:13 +0200 Subject: fix dkms role for scaleway boxes with 'custom' kernel --- roles/prepare-dkms/tasks/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/prepare-dkms/tasks/default.yml') 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 }}" -- cgit v1.2.3