From 9cbeaa71f65481fe2d5be4df6cd35626da2fd3f9 Mon Sep 17 00:00:00 2001 From: SebClem Date: Fri, 17 Dec 2021 17:32:05 +0100 Subject: [PATCH] :hammer: Install unzip --- tasks/preflight.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/preflight.yml b/tasks/preflight.yml index 549e34b..636a40a 100644 --- a/tasks/preflight.yml +++ b/tasks/preflight.yml @@ -42,3 +42,8 @@ delegate_to: localhost when: - loki_binary_local_dir | length == 0 + +- name: Install unzip + apt: + name: unzip + update_cache: true \ No newline at end of file