aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git/tasks/main.yml')
-rw-r--r--roles/git/tasks/main.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml
index 4589ac6..13c35f2 100644
--- a/roles/git/tasks/main.yml
+++ b/roles/git/tasks/main.yml
@@ -1,14 +1,13 @@
---
- name: install packages
pkgng:
- name: "{{ item }}"
+ name:
+ - git
+ - cgit
+ - uwsgi
+ - highlight
+ - gitolite
state: present
- with_items:
- - git
- - cgit
- - uwsgi-py36
- - highlight
- - gitolite
- name: check user group existence
command: pw groupshow {{ git.user.name }}