summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-05-03 20:21:08 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-05-03 20:21:08 +0100
commite184bdcaaf94596fdf9e9364eb0e85c01f589394 (patch)
tree37cfb3ffa43705db508b4202b64385e3931bb8fc
parent95ecd8a2d8fd95de04f0e2ab5f55cc800eb2c00c (diff)
downloadinfra-e184bdcaaf94596fdf9e9364eb0e85c01f589394.tar.gz
infra-e184bdcaaf94596fdf9e9364eb0e85c01f589394.tar.bz2
infra-e184bdcaaf94596fdf9e9364eb0e85c01f589394.zip
Rename .htpasswd to htpasswd
-rw-r--r--roles/gitserver/files/htpasswd (renamed from roles/gitserver/files/.htpasswd)0
-rw-r--r--roles/gitserver/tasks/main.yml2
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