remove database['charset'] env variable (gitea 1.21 breaking change)
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 43s
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 43s
This commit is contained in:
parent
d7fe8eb263
commit
c39d29c03f
@ -47,9 +47,6 @@ GITEA__database__SQLITE_JOURNAL_MODE={{ gitea_vars.database.sqlite_journal_mode
|
||||
{% if 'iterate_buffer_size' in gitea_vars['database'] %}
|
||||
GITEA__database__ITERATE_BUFFER_SIZE={{ gitea_vars.database.iterate_buffer_size }}
|
||||
{% endif %}
|
||||
{% if 'charset' in gitea_vars['database'] %}
|
||||
GITEA__database__CHARSET={{ gitea_vars.database.charset }}
|
||||
{% endif %}
|
||||
{% if 'path' in gitea_vars['database'] %}
|
||||
GITEA__database__PATH={{ gitea_vars.database.path }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user