Skip to content

Commit

Permalink
fix repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Sep 24, 2020
1 parent 819c134 commit df36a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gitea_home: "/var/lib/gitea"
gitea_shell: "/bin/false"
gitea_systemd_cap_net_bind_service: false

gitea_repository_root: "{{ gitea_home }}"
gitea_repository_root: "{{ gitea_home }}/repos"
gitea_user_repo_limit: -1

gitea_http_domain: localhost
Expand Down

0 comments on commit df36a41

Please sign in to comment.