From 207f3adba1a52fb52f2a85f2940e4166d8ff2125 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 25 Feb 2023 19:00:42 +0100 Subject: [PATCH] Update to 2023-02-25 19:00 --- roles/consul/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/consul/defaults/main.yml b/roles/consul/defaults/main.yml index a76207c..40a5f5f 100644 --- a/roles/consul/defaults/main.yml +++ b/roles/consul/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version of consul to deploy -consul_version: 1.14.4 +consul_version: 1.15.0 # URL from where the consul archive will be downloaded consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip # Expected sha256 of the archive -consul_archive_sha256: eafb7c853ce9cc1536bffa99325f8df365ff70a3b83c037836e63964a8adfd7a. +consul_archive_sha256: 62a358ff2c3c08d19f15a92ea3130b05b547ab5a767ae13454eab7655a718c24 # user account under which consul will run (will be created if needed) consul_user: consul