require kernel headers

This commit is contained in:
chris 2020-01-04 14:47:57 +01:00
parent 440b8e8168
commit 8c08a1f0fa
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
---
- name: install kernel headers
apt:
name: linux-headers-amd64
- name: add unstable repo for wireguard
apt_repository:
repo: "deb http://deb.debian.org/debian/ unstable main"