Skip to content

Commit

Permalink
fix: added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anon8675309 committed Feb 16, 2023
1 parent 58a308e commit 67618d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
with_items:
- "{{ loki_config_dir }}"

- name: Ensuring the unzip package is installed
ansible.builtin.package:
name: unzip

- name: Retrieve Loki binaries
block:
- name: Download binaries to a temporary folder
Expand Down

0 comments on commit 67618d4

Please sign in to comment.