Only gitolite3 on epel7 for now.

This commit is contained in:
Kevin Fenzi 2014-08-26 20:20:26 +00:00
parent 27cfb06aa9
commit 7f03096620

View file

@ -4,7 +4,7 @@
- name: install the needed packages
yum: pkg={{item}} state=present
with_items:
- gitolite
- gitolite3
- name: ensure the /etc/gitolite directory
file: path=/etc/gitolite owner=root group=root mode=0755 state=directory