Move down where /srv/tmp is created and adjust owner/group
This commit is contained in:
parent
0cf37047b0
commit
9fada48f21
1 changed files with 8 additions and 8 deletions
|
@ -17,14 +17,6 @@
|
|||
- pagure
|
||||
- packages
|
||||
|
||||
- name: create the /srv/tmp folder where to clone repos
|
||||
file: state=directory
|
||||
path=/srv/tmp
|
||||
owner=git group=git mode=0775
|
||||
tags:
|
||||
- gitolite
|
||||
- pagure
|
||||
|
||||
# Set-up stunnel for the event source server
|
||||
|
||||
#- name: install stunnel service definition
|
||||
|
@ -65,6 +57,14 @@
|
|||
tags:
|
||||
- pagure
|
||||
|
||||
- name: create the /srv/tmp folder where to clone repos
|
||||
file: state=directory
|
||||
path=/srv/tmp
|
||||
owner=pagure group=pagure mode=0775
|
||||
tags:
|
||||
- gitolite
|
||||
- pagure
|
||||
|
||||
- name: copy sundry pagure configuration
|
||||
template: src={{ item.file }}
|
||||
dest={{ item.location }}/{{ item.file }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue