From 3da4657d019c53573ee2896a031c6d83a534bc50 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 9 Apr 2022 09:44:54 +0200 Subject: [PATCH] fix vault condition --- playbooks/HashicorpStack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/HashicorpStack.yml b/playbooks/HashicorpStack.yml index b38b9de..51ab080 100644 --- a/playbooks/HashicorpStack.yml +++ b/playbooks/HashicorpStack.yml @@ -3,7 +3,7 @@ - role: ansible-consul become: true - role: ansible-hashicorp-vault - when: ansible_architecture == 'X86_64' + when: ansible_architecture == 'x86_64' become: true - role: ansible-nomad become: true