Skip to content

Commit

Permalink
Merge pull request #6 from anon8675309/missing-unzip
Browse files Browse the repository at this point in the history
fix: added missing dependency
  • Loading branch information
weakcamel authored Feb 22, 2023
2 parents 58a308e + 67618d4 commit 3c4360f
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 3c4360f

Please sign in to comment.