diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-24 08:24:01 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-24 08:24:01 +0100 |
| commit | 55207ffd187fc703edfea2a40d118073678c813f (patch) | |
| tree | 1ce9f6d9f823bd255e0fb6c661ec6f2c90b8c9b6 /roles/git-http-backend/tasks/main.yml | |
| parent | a036c3dfe1ae7af4429753d8ae232b140aef16fa (diff) | |
update git-http-backend configuration
Diffstat (limited to 'roles/git-http-backend/tasks/main.yml')
| -rw-r--r-- | roles/git-http-backend/tasks/main.yml | 2 |
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" |
