aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git')
-rw-r--r--roles/git/tasks/main.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml
index 74481e4..35df41a 100644
--- a/roles/git/tasks/main.yml
+++ b/roles/git/tasks/main.yml
@@ -4,6 +4,12 @@
---
+- name: create git user
+ user:
+ name: git
+ group: git
+ shell: "{{ path_gitshell }}"
+
- name: create git-only directory
file:
path: /data/git
@@ -12,9 +18,3 @@
state: directory
mode: 0741
-- name: create git user
- user:
- name: git
- group: git
- shell: "{{ path_gitshell }}"
-
remember that computers suck.