From 8352b403ebf07369fece8fb7864e40029c91ec07 Mon Sep 17 00:00:00 2001 From: smirta Date: Wed, 31 Jan 2024 12:10:28 +0100 Subject: [PATCH] add Restart vault notification as in other install tasks --- tasks/install_hashi_repo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/install_hashi_repo.yml b/tasks/install_hashi_repo.yml index 416e3b5e..027e426f 100644 --- a/tasks/install_hashi_repo.yml +++ b/tasks/install_hashi_repo.yml @@ -70,6 +70,7 @@ name: "{{ _vault_repo_pkg }}" state: present become: true + notify: Restart vault vars: _vault_repo_pkg: "{% if (ansible_pkg_mgr in ['yum', 'dnf']) %}\ vault-{{ vault_version }}\