Files @ 93d485d7dc7b
Branch filter:

Location: majic-ansible-roles/roles/ldap_client/templates/ldap.conf.j2 - annotation

branko
MAR-218: Undo removal of explicitly specifying Python interpreter:

- Ansible will produce warnings if the interpreter path is not
specified explicitly.
1
2
3
4
{% for config in ldap_client_config -%}
# {{ config.comment }}
{{ config.option }} {{config.value }}
{% endfor -%}