aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git/tasks')
-rw-r--r--roles/git/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml
index b9229e2..e8fc0e0 100644
--- a/roles/git/tasks/main.yml
+++ b/roles/git/tasks/main.yml
@@ -21,7 +21,7 @@
owner: "{{ git_user }}"
group: "{{ git_group }}"
state: directory
- mode: 0741
+ mode: 0750
# openbsd only
- name: enable gitdaemon
remember that computers suck.