From 28a6fd4be68017f92d02816e68b91fb4dfc2a701 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Mon, 22 Feb 2021 22:24:09 +0100
Subject: [PATCH] [thelounge] Rename thelounge ldap password

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 group_vars/thelounge.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/group_vars/thelounge.yml b/group_vars/thelounge.yml
index 67a0ab6d..66132cd1 100644
--- a/group_vars/thelounge.yml
+++ b/group_vars/thelounge.yml
@@ -19,7 +19,7 @@ glob_thelounge:
     url: "ldap://172.16.10.157"
     primaryKey: "cn"
     rootDN: "cn=thelounge,ou=service-users,dc=crans,dc=org"
-    rootPassword: "{{ vault.ldap_thelounge_password }}"
+    rootPassword: "{{ vault.ldap_thelounge }}"
     filter: "(objectclass=inetOrgPerson)"
     base: "dc=crans,dc=org"
     scope: "sub"
-- 
GitLab