require kernel headers
This commit is contained in:
parent
440b8e8168
commit
8c08a1f0fa
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue