mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Merge pull request #142 from roles-ansible/sterr
Change gitea_customize_files_path to / at end
This commit is contained in:
commit
221a1dbc59
1 changed files with 1 additions and 1 deletions
|
@ -274,4 +274,4 @@ gitea_customize_logo: false
|
|||
gitea_custom: "{{ gitea_home }}/custom"
|
||||
gitea_customize_footer: false
|
||||
gitea_customize_files: false
|
||||
gitea_customize_files_path: "{{ gitea_custom_search }}/gitea_files"
|
||||
gitea_customize_files_path: "{{ gitea_custom_search }}/gitea_files/"
|
||||
|
|
Loading…
Reference in a new issue