From c9241b9e927feb906a55c484369f5797f23b178c Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 10 Jul 2024 22:01:44 +0200 Subject: [PATCH] fix: typo in credentials template preventing from generating the initial credential file --- playbooks/templates/credentials.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/templates/credentials.yml.j2 b/playbooks/templates/credentials.yml.j2 index 47dfb36..2382a40 100644 --- a/playbooks/templates/credentials.yml.j2 +++ b/playbooks/templates/credentials.yml.j2 @@ -5,7 +5,7 @@ consul: secret_id: "{{ _consul_root_token }}" tokens: agent: - accessor_id: "{{ _consul_agents_accesor }}" + accessor_id: "{{ _consul_agents_accessor }}" secret_id: "{{ _consul_agents_token }}" vault: accessor_id: "{{ _consul_vault_accessor }}"