fix string type
This commit is contained in:
parent
0e81674588
commit
db161e5b78
@ -68,7 +68,7 @@
|
|||||||
LDAP_HOSTS: "{{ dovecot_ldap_hosts | join(' ') }}"
|
LDAP_HOSTS: "{{ dovecot_ldap_hosts | join(' ') }}"
|
||||||
LDAP_URIS: "{{ dovecot_ldap_uris | join(' ') }}"
|
LDAP_URIS: "{{ dovecot_ldap_uris | join(' ') }}"
|
||||||
LDAP_BIND: "{{ 'yes' if dovecot_ldap_bind else 'no' }}"
|
LDAP_BIND: "{{ 'yes' if dovecot_ldap_bind else 'no' }}"
|
||||||
LDAP_VERSION: "{{ dovecot_ldap_version }}"
|
LDAP_VERSION: "{{ dovecot_ldap_version | string }}"
|
||||||
LDAP_BASE: "{{ dovecot_ldap_base }}"
|
LDAP_BASE: "{{ dovecot_ldap_base }}"
|
||||||
LDAP_SCOPE: "{{ dovecot_ldap_scope }}"
|
LDAP_SCOPE: "{{ dovecot_ldap_scope }}"
|
||||||
LDAP_USER_ATTRS: "{{ dovecot_ldap_user_attrs }}"
|
LDAP_USER_ATTRS: "{{ dovecot_ldap_user_attrs }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user