summaryrefslogtreecommitdiff
path: root/roles/prepare-dkms/tasks/default.yml
blob: 638b81f0939e6039bebf690508425426070a09e2 (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