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}
|
# defaults file for ${REPO_NAME_TITLE}
|
||||||
lldap_version: "v0.4.2"
|
lldap_version: "v0.4.2"
|
||||||
|
lldap_config: {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{{ ansible_managed | comment }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
{% for key, value in gitea_config %}
|
{% for key, value in lldap_config %}
|
||||||
{% if value is string %}
|
{% if value is string %}
|
||||||
{{ key }}={{ value }}
|
{{ key }}={{ value }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user