🔨 Install unzip

This commit is contained in:
SebClem 2021-12-17 17:32:05 +01:00
parent 3bdb63a0bf
commit 9cbeaa71f6
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

View File

@ -42,3 +42,8 @@
delegate_to: localhost
when:
- loki_binary_local_dir | length == 0
- name: Install unzip
apt:
name: unzip
update_cache: true