diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-10-10 18:29:36 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-10-10 18:29:36 -0400 |
| commit | b085793ca7952520fccaf646d5ef2d5cea16efbd (patch) | |
| tree | be6bce4a084f9a6a1ff028263b84edaf8f55f74f /tasks | |
| parent | 377df0b6841bf61f128c8b9098cc1bf6d506a5b7 (diff) | |
| download | prometheus-b085793ca7952520fccaf646d5ef2d5cea16efbd.tar.gz prometheus-b085793ca7952520fccaf646d5ef2d5cea16efbd.tar.xz | |
Bump the prometheus version and actually run the checksum
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/main.yml | 1 |
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 |
