From 55207ffd187fc703edfea2a40d118073678c813f Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 24 Sep 2026 08:24:01 +0100 Subject: update git-http-backend configuration --- roles/git-http-backend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/git-http-backend/tasks/main.yml') 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" -- cgit v1.2.3