generated from sebclem/ansible-role-template
Fix config
This commit is contained in:
parent
7f74e594dc
commit
686a3495f6
@ -1,3 +1,4 @@
|
||||
---
|
||||
# defaults file for ${REPO_NAME_TITLE}
|
||||
lldap_version: "v0.4.2"
|
||||
lldap_config: {}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user