1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

removed with spaces to avoid unneccesary redeplyoment of variables

This commit is contained in:
Lyn Matten 2023-08-29 09:01:20 +02:00
parent e118d2f7cb
commit d08647ef84

View file

@ -71,7 +71,7 @@ X_FRAME_OPTIONS = {{ gitea_cors_x_frame_options }}
[ui]
THEMES = {{ gitea_themes }}
DEFAULT_THEME = {{ gitea_theme_default }}
SHOW_USER_EMAIL = {{ gitea_show_user_email | ternary('true', 'false') }}
SHOW_USER_EMAIL= {{ gitea_show_user_email | ternary('true', 'false') }}
{{ gitea_ui_extra_config }}
;
;