Skip to content

Commit

Permalink
Merge pull request #11 from kumy/issue-9-fix
Browse files Browse the repository at this point in the history
Fixup for #9
  • Loading branch information
romain-dartigues authored Aug 22, 2019
2 parents 6c88657 + e384ce7 commit 267f102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/mainstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
block:
- name: 'get informations from GitHub'
set_fact:
_netdata_GitHub: "{{ lookup('url', 'https://api.github.com/repos/netdata/netdata/releases/latest') }}"
_netdata_latest: "{{ lookup('url', 'https://api.github.com/repos/netdata/netdata/releases/latest') | from_json }}"

- set_fact:
netdata_latest_version: "{{ _netdata_latest.tag_name.lstrip('v') }}"
Expand Down

0 comments on commit 267f102

Please sign in to comment.