added qrencode dependency
This commit is contained in:
parent
d7f2872f3a
commit
af1e662192
1 changed files with 4 additions and 2 deletions
|
@ -21,9 +21,11 @@
|
|||
__os_supported: "{{ lookup('vars', '{}_os_supported'.format(role_name)) | bool }}"
|
||||
|
||||
|
||||
- name: Install wireguard
|
||||
- name: Install required packages
|
||||
apt:
|
||||
name: wireguard
|
||||
pkg:
|
||||
- wireguard
|
||||
- qrencode
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue