Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from humio/grant/fix-push
Browse files Browse the repository at this point in the history
Fix the change to the push task
  • Loading branch information
schofield authored Apr 6, 2020
2 parents 1a25585 + 8de4ad8 commit fa7de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
src: "server-{{ humio_version }}.jar"
dest: "/usr/lib/humio/server-{{ humio_version }}.jar"
notify: Restart Humio
when: humio_mirror != 'master' and not humio_version_check.stat.exists
when: humio_mirror == 'master

- name: Humio server jar permissions
tags: humio-update
Expand Down

0 comments on commit fa7de34

Please sign in to comment.