Update to 2021-11-12 17:00

master
Daniel Berteaud 3 years ago
parent 8e0832301c
commit cd8e6955ba
  1. 2
      roles/zimbra/templates/zmldapsync.yml.j2

@ -8,7 +8,7 @@ domains:
{% for domain in zcs_domains.keys() %} {% for domain in zcs_domains.keys() %}
{% if zcs_domains[domain].ldapsync is defined %} {% if zcs_domains[domain].ldapsync is defined %}
{{ domain }}: {{ domain }}:
{{ zcs_domains[domain].ldapsync | to_nice_yaml(indent=2) | indent(width=4, indentfirst=True) }} {{ zcs_domains[domain].ldapsync | to_nice_yaml(indent=2) | indent(width=4, first=True) }}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

Loading…
Cancel
Save