add wireguard

This commit is contained in:
Pig Monkey 2019-08-25 21:16:35 -07:00
parent 43aeabc4e9
commit e9878273da

View file

@ -50,3 +50,10 @@
- name: Install speedtest-cli
pacman: name=speedtest-cli state=present
- name: Install wireguard and kernel modules
pacman:
name:
- wireguard-tools
- wireguard-dkms
state: present