From 44bf69b8c9b668948aaaf6aff4c33e2ccbcc3aba Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 30 May 2024 15:01:03 +0200 Subject: [PATCH] Update to 2024-05-30 15:01 --- roles/nomad/templates/nomad.service.j2 | 1 + roles/nomad_bin/defaults/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/nomad/templates/nomad.service.j2 b/roles/nomad/templates/nomad.service.j2 index e34834a..b0ff475 100644 --- a/roles/nomad/templates/nomad.service.j2 +++ b/roles/nomad/templates/nomad.service.j2 @@ -10,6 +10,7 @@ ConditionFileNotEmpty={{ nomad_root_dir }}/etc/nomad.hcl # Nomad version {{ nomad_current_version }} [Service] +Type=notify EnvironmentFile=-{{ nomad_root_dir }}/etc/nomad.env EnvironmentFile=-/run/nomad/vault.env EnvironmentFile=-/run/nomad/consul.env diff --git a/roles/nomad_bin/defaults/main.yml b/roles/nomad_bin/defaults/main.yml index 47d177c..e7715d3 100644 --- a/roles/nomad_bin/defaults/main.yml +++ b/roles/nomad_bin/defaults/main.yml @@ -1,9 +1,9 @@ --- # Version of Nomad to install -nomad_version: 1.7.6 +nomad_version: 1.8.0 # URL of the archive nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip # Expected sha256 of the archive -nomad_archive_sha256: 82a438a144066a8f42ceea8548da754c0bd96b5b528cd337a5dc09017afddb56 +nomad_archive_sha256: 07a3578b3a928f048d612ccbfe53fd7c2dd81bd34ddcea3954cfa39f311a47f2