Skip to content

Commit

Permalink
fix unarchiving to run on host and not controller
Browse files Browse the repository at this point in the history
  • Loading branch information
weakcamel committed Mar 24, 2021
1 parent 662b528 commit cbb4427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
src: "/tmp/{{ item }}-{{ loki_version }}-linux-{{ go_arch }}.zip"
dest: "/tmp"
creates: "/tmp/{{ item }}-{{ loki_version }}-linux-{{ go_arch }}"
remote_src: true
loop: "{{ loki_bins }}"
check_mode: false

Expand Down

0 comments on commit cbb4427

Please sign in to comment.