Update to 2023-07-29 01:00

This commit is contained in:
Daniel Berteaud
2023-07-29 01:00:15 +02:00
parent 090cec6a11
commit 846c668216
6 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
---
- block:
- name: Detect installed version
shell: /usr/local/bin/vault version | perl -pe 's/Vault v(\d+(\.\d+)*)\s.*/$1/'
changed_when: False
register: vault_current_version
- set_fact:
vault_current_version: "{{ vault_current_version.stdout }}"
tags: vault,nomad,consul

View File

@@ -3,6 +3,9 @@
- include_tasks: directories.yml
tags: always
- include_tasks: facts.yml
tags: always
- include_tasks: install.yml
tags: always

View File

@@ -9,6 +9,7 @@ StartLimitBurst=6
Before=consul.service
Before=nomad.service
# Vault version {{ vault_current_version }}
[Service]
Type=notify
User=root