require kernel headers for wireguard

This commit is contained in:
chris 2020-02-07 13:09:12 +01:00
parent 6e8f03910d
commit 436b8c28d8
1 changed files with 5 additions and 0 deletions

View File

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