added qrencode dependency

This commit is contained in:
Philip (a-0) 2022-07-27 11:55:28 +02:00
parent d7f2872f3a
commit af1e662192

View file

@ -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