The remotes folder needs to be accessible to pagure
This commit is contained in:
parent
87f8f19ae0
commit
843ef24f40
1 changed files with 9 additions and 0 deletions
|
@ -121,6 +121,15 @@
|
|||
- /srv/git/repositories/
|
||||
- /srv/git/repositories/forks
|
||||
- /srv/git/repositories/requests
|
||||
tags:
|
||||
- gitolite
|
||||
- pagure
|
||||
|
||||
- name: create the remotes folder so pagure can clone remote repos
|
||||
file: state=directory
|
||||
path={{ item }}
|
||||
owner=root group=packager mode=2775
|
||||
with_items:
|
||||
- /srv/git/remotes
|
||||
tags:
|
||||
- gitolite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue