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:
parent
e118d2f7cb
commit
d08647ef84
1 changed files with 118 additions and 118 deletions
|
@ -71,7 +71,7 @@ X_FRAME_OPTIONS = {{ gitea_cors_x_frame_options }}
|
||||||
[ui]
|
[ui]
|
||||||
THEMES = {{ gitea_themes }}
|
THEMES = {{ gitea_themes }}
|
||||||
DEFAULT_THEME = {{ gitea_theme_default }}
|
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 }}
|
{{ gitea_ui_extra_config }}
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue