1
1
Fork 0
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:
Nikita Iryupin 2022-08-22 13:53:13 +02:00
parent dce1b80da1
commit 1e781a6007

View file

@ -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'