Merge branch 'master' of ssh://git.zknt.org:2222/chris/k3s_setup
This commit is contained in:
commit
d41fe650c6
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
- name: install kernel headers
|
||||
- name: install wireguard dependencies
|
||||
apt:
|
||||
name: linux-headers-amd64
|
||||
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