summaryrefslogtreecommitdiff
path: root/roles/prepare-dkms/tasks/default.yml
blob: bff826ae7a54d0e16105b16bddbe32527b31ad7b (plain) (blame)
1
2
3
4
5
6
7
---
- name: install kernel headers and dkms
  apt:
    name:
    #  - linux-headers-amd64    # TODO: fix this so it works for ubuntu(hwe) and debian
    - dkms
    state: present