Install some wireguard tools

This commit is contained in:
Jake Howard 2020-05-11 11:59:46 +01:00
parent 93e5ce5bac
commit 112e8ce985
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -44,3 +44,11 @@
state: present
reload: yes
become: true
- name: Install wireguard tools
package:
name: "{{ item }}"
become: true
loop:
- wireguard-tools
- qrencode