From fccf7acba3608fa5fd02e457c341400d0edf13b9 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 22 Apr 2026 23:58:09 +0200 Subject: [PATCH] build --- roles/vault_client/tasks/Linux Mint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/vault_client/tasks/Linux Mint.yml b/roles/vault_client/tasks/Linux Mint.yml index c92aaf8..273c861 100755 --- a/roles/vault_client/tasks/Linux Mint.yml +++ b/roles/vault_client/tasks/Linux Mint.yml @@ -17,7 +17,7 @@ - name: Add HashiCorp repo apt_repository: - repo: "deb [arch=amd64] https://apt.releases.hashicorp.com {{ ansible_distribution_release }} main" + repo: "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com noble main" state: present - name: Install Vault