blob: f3748feb5a59459e1ab97c600d2bf8c3789c3c48 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
---
- 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 }}"
state: present
|