aboutsummaryrefslogtreecommitdiff
path: root/tasks/main.yml
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-10-10 18:29:36 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-10-10 18:29:36 -0400
commitb085793ca7952520fccaf646d5ef2d5cea16efbd (patch)
treebe6bce4a084f9a6a1ff028263b84edaf8f55f74f /tasks/main.yml
parent377df0b6841bf61f128c8b9098cc1bf6d506a5b7 (diff)
downloadprometheus-b085793ca7952520fccaf646d5ef2d5cea16efbd.tar.gz
prometheus-b085793ca7952520fccaf646d5ef2d5cea16efbd.tar.xz
Bump the prometheus version and actually run the checksum
Diffstat (limited to 'tasks/main.yml')
-rw-r--r--tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml
index 3f2c2a4..cb2645a 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -22,6 +22,7 @@
dest: "{{prometheus_home_dir}}/prometheus-{{prometheus_version}}.tgz"
mode: '0600'
owner: "{{prometheus_user}}"
+ checksum: 'sha256:{{prometheus_checksum}}'
# There's a bug in become_user that doesn't set permissions on the temp directory
# which is asinine when my user has sudo persmissions.
- name: Extract Prometheus