summaryrefslogtreecommitdiff
path: root/roles/git-http-backend/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git-http-backend/tasks/main.yml')
-rw-r--r--roles/git-http-backend/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git-http-backend/tasks/main.yml b/roles/git-http-backend/tasks/main.yml
index 9dccf60..87b09bf 100644
--- a/roles/git-http-backend/tasks/main.yml
+++ b/roles/git-http-backend/tasks/main.yml
@@ -12,7 +12,7 @@
- name: Install htpasswd file
ansible.builtin.copy:
src: htpasswd
- dest: /etc/nginx/.htpasswd
+ dest: /srv/git/.htpasswd
owner: "{{ git_readwrite_user }}"
group: "{{ git_readwrite_group }}"
mode: "400"