Install some wireguard tools
This commit is contained in:
parent
93e5ce5bac
commit
112e8ce985
1 changed files with 8 additions and 0 deletions
|
@ -44,3 +44,11 @@
|
||||||
state: present
|
state: present
|
||||||
reload: yes
|
reload: yes
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
- name: Install wireguard tools
|
||||||
|
package:
|
||||||
|
name: "{{ item }}"
|
||||||
|
become: true
|
||||||
|
loop:
|
||||||
|
- wireguard-tools
|
||||||
|
- qrencode
|
||||||
|
|
Loading…
Reference in a new issue