generated from sebclem/ansible-role-template
Update templates/app.ini.j2
This commit is contained in:
parent
1ee0aaaf82
commit
a6e000bc89
@ -6,9 +6,11 @@ RUN_USER = {{ gitea_run_user }}
|
||||
|
||||
{% for section in gitea_config %}
|
||||
[{{ section }}]
|
||||
{% if gitea_config[section] is not none %}
|
||||
{% for entry, value in gitea_config[section].items() %}
|
||||
{{ entry }} = {{ value }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% endfor %}
|
Loading…
Reference in New Issue
Block a user