Skip to content

Commit

Permalink
Updated default version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderGreen committed Sep 29, 2016
1 parent 364f63d commit af9c978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

prometheus_version: 0.20.0
prometheus_version: 1.1.3
prometheus_gomaxprocs: "{{ ansible_processor_vcpus|default(ansible_processor_count) }}"
prometheus_service_reload: true

Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

- name: download prometheus server binary
get_url:
url: "https://github.com/prometheus/prometheus/releases/download/{{ prometheus_version }}/{{ prometheus_release_name }}.tar.gz"
url: "https://github.com/prometheus/prometheus/releases/download/v{{ prometheus_version }}/{{ prometheus_release_name }}.tar.gz"
dest: "{{ prometheus_dist_dir }}"

- name: unarchive binary tarball
Expand Down

0 comments on commit af9c978

Please sign in to comment.