Merge branch 'master' of ssh://git.zknt.org:2222/chris/k3s_setup

This commit is contained in:
chris 2020-02-10 12:40:03 +01:00
commit d41fe650c6
1 changed files with 4 additions and 2 deletions

View File

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