Fix config

This commit is contained in:
SebClem 2023-04-19 17:22:32 +02:00
parent 7f74e594dc
commit 686a3495f6
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
---
# defaults file for ${REPO_NAME_TITLE}
lldap_version: "v0.4.2"
lldap_config: {}

View File

@ -1,6 +1,6 @@
{{ ansible_managed | comment }}
{% for key, value in gitea_config %}
{% for key, value in lldap_config %}
{% if value is string %}
{{ key }}={{ value }}
{% else %}