require kernel headers for wireguard
This commit is contained in:
parent
6e8f03910d
commit
436b8c28d8
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: install wireguard dependencies
|
||||
apt:
|
||||
name: "{{item}}"
|
||||
loop:
|
||||
- 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