From ba0acc4e81a7d3879b7cb388fee7940452080612 Mon Sep 17 00:00:00 2001 From: rubenb Date: Wed, 8 May 2024 16:55:26 +0200 Subject: [PATCH] fix and test passwd j2 --- roles/config-freeradius-totp/templates/ldap.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/config-freeradius-totp/templates/ldap.j2 b/roles/config-freeradius-totp/templates/ldap.j2 index 7f08b52..e7d33fd 100644 --- a/roles/config-freeradius-totp/templates/ldap.j2 +++ b/roles/config-freeradius-totp/templates/ldap.j2 @@ -2,7 +2,7 @@ ldap { server = 'ldap.verdnatura.es' identity = 'cn=admin,dc=verdnatura,dc=es' - password = {{ lookup('ansible.builtin.vault', 'bindradiusldap_password') }} + password = {{ bindradiusldap_password }} base_dn = 'dc=verdnatura,dc=es' user_dn = "LDAP-UserDn" update {