Make gitolite.rc a template.
This commit is contained in:
parent
4dd6174723
commit
a57d418bfb
2 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
state=directory mode=0775
|
||||
|
||||
- name: create /etc/gitolite/gitolite.rc
|
||||
copy: src=gitolite.rc dest=/etc/gitolite/gitolite.rc owner=root group=root mode=0755
|
||||
template: src=gitolite.rc dest=/etc/gitolite/gitolite.rc owner=root group=root mode=0755
|
||||
|
||||
- name: Create the rpms symlink (should not be needed, might still be used by some old scripts)
|
||||
command: ln -s /srv/git/repositories / /srv/git/rpms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue