diff options
-rw-r--r-- | roles/gitserver/files/htpasswd (renamed from roles/gitserver/files/.htpasswd) | 0 | ||||
-rw-r--r-- | roles/gitserver/tasks/main.yml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/roles/gitserver/files/.htpasswd b/roles/gitserver/files/htpasswd index 1402a2f..1402a2f 100644 --- a/roles/gitserver/files/.htpasswd +++ b/roles/gitserver/files/htpasswd diff --git a/roles/gitserver/tasks/main.yml b/roles/gitserver/tasks/main.yml index 49d52a6..fb1377e 100644 --- a/roles/gitserver/tasks/main.yml +++ b/roles/gitserver/tasks/main.yml @@ -88,7 +88,7 @@ - name: Copy git .htpasswd file to manage HTTP passwords ansible.builtin.copy: - src: files/.htpasswd + src: files/htpasswd dest: /etc/nginx/auth/git/.htpasswd owner: root group: root |