mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Change variable value to match behavior of original repo
This commit is contained in:
parent
dce1b80da1
commit
1e781a6007
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ submodules_versioncheck: false
|
|||
gitea_group: 'gitea'
|
||||
# gitea_groups: [] # Optional a list of groups user gitea will be added to
|
||||
gitea_home: '/var/lib/gitea'
|
||||
gitea_user_home: /home/gitea
|
||||
gitea_user_home: '{{ gitea_home }}'
|
||||
gitea_executable_path: '/usr/local/bin/gitea'
|
||||
gitea_configuraion_path: '/etc/gitea'
|
||||
gitea_shell: '/bin/false'
|
||||
|
|
Loading…
Reference in a new issue