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