Install some wireguard tools
This commit is contained in:
parent
93e5ce5bac
commit
112e8ce985
@ -44,3 +44,11 @@
|
||||
state: present
|
||||
reload: yes
|
||||
become: true
|
||||
|
||||
- name: Install wireguard tools
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
become: true
|
||||
loop:
|
||||
- wireguard-tools
|
||||
- qrencode
|
||||
|
Loading…
x
Reference in New Issue
Block a user