summaryrefslogtreecommitdiff
path: root/roles/git
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git')
-rw-r--r--roles/git/tasks/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml
index 4134e75..7d46aba 100644
--- a/roles/git/tasks/main.yml
+++ b/roles/git/tasks/main.yml
@@ -108,7 +108,7 @@
- name: Copy git.conf to handle git HTTP requests
ansible.builtin.copy:
src: files/git.conf
- dest: /etc/nginx/includes
+ dest: /etc/nginx/includes/git.conf
owner: root
group: root
mode: u+rw,g+rw,o+r
@@ -135,3 +135,6 @@
state: link
notify:
- Reload nginx
+
+# TODO:
+# 1. Make role for repository creation.