From b085793ca7952520fccaf646d5ef2d5cea16efbd Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 10 Oct 2019 18:29:36 -0400 Subject: Bump the prometheus version and actually run the checksum --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'tasks') 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 -- cgit v1.2.3