summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/pagure/tasks/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/pagure/tasks/main.yml b/roles/pagure/tasks/main.yml
index 1cf25fa8e..2578c4e3e 100644
--- a/roles/pagure/tasks/main.yml
+++ b/roles/pagure/tasks/main.yml
@@ -15,6 +15,13 @@
# Set-up gitolite
+- name: install needed packages
+ yum: pkg=gitolite state=present
+ tags:
+ - pagure
+ - gitolite
+ - packages
+
- name: create the folder where we store the git repositories
action: file state=directory
path=/srv/git