More fixes
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
;; {{ ansible_managed }}
|
||||
{% for section, settings in gitea_config.items() %}
|
||||
[{{ section }}]
|
||||
{% set settings = {} if settings == None else settings %}
|
||||
{% for param, value in settings.items() %}
|
||||
{{ param }} = {{ value }}
|
||||
{{ param }} = {{ value | d('') }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user