Ensure gitolite is installed in the gitolite section
This commit is contained in:
parent
9ff5ceeaf8
commit
63f3d09e6d
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@
|
||||||
|
|
||||||
# Set-up gitolite
|
# 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
|
- name: create the folder where we store the git repositories
|
||||||
action: file state=directory
|
action: file state=directory
|
||||||
path=/srv/git
|
path=/srv/git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue