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"