ansible/scripts: Install qrencode

Used by create-invite when called with --qr
This commit is contained in:
Kim Alvefur 2021-07-31 19:20:20 +02:00
parent cec33debd3
commit a163990ef8
1 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,8 @@
src: "../files/bin/"
dest: "/usr/local/bin/"
mode: 0755
- name: "Install qrencode"
apt:
name: qrencode
state: present