--- - 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