From 1ec1aeca90c6e02bad0f7d8370fb2687c45fc8c5 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Mon, 22 Feb 2021 14:34:22 +0100 Subject: [PATCH] [thelounge] vault_ldap_thelounge_password -> vault.ldap_thelounge_password Signed-off-by: Yohann D'ANELLO --- group_vars/irc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/irc.yml b/group_vars/irc.yml index e55af642..67a0ab6d 100644 --- a/group_vars/irc.yml +++ b/group_vars/irc.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_password }}" filter: "(objectclass=inetOrgPerson)" base: "dc=crans,dc=org" scope: "sub"