Create a symlink for ~/repositories
This commit is contained in:
parent
4828953da0
commit
6e91205991
1 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,9 @@
|
||||||
- name: create /etc/gitolite/gitolite.rc
|
- name: create /etc/gitolite/gitolite.rc
|
||||||
copy: src=gitolite.rc dest=/etc/gitolite/gitolite.rc owner=root group=root mode=0755
|
copy: src=gitolite.rc dest=/etc/gitolite/gitolite.rc owner=root group=root mode=0755
|
||||||
|
|
||||||
|
- name: Create the repositories symlink
|
||||||
|
command: ln -s /srv/git/rpms/ /root/repositories
|
||||||
|
|
||||||
- name: install the gitolite scripts
|
- name: install the gitolite scripts
|
||||||
copy: src={{item}} dest=/usr/local/bin/{{item}} mode=0755
|
copy: src={{item}} dest=/usr/local/bin/{{item}} mode=0755
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue