Move down where /srv/tmp is created and adjust owner/group

This commit is contained in:
Pierre-Yves Chibon 2016-07-20 18:57:48 +02:00
parent 0cf37047b0
commit 9fada48f21

View file

@ -17,14 +17,6 @@
- pagure - pagure
- packages - 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 # Set-up stunnel for the event source server
#- name: install stunnel service definition #- name: install stunnel service definition
@ -65,6 +57,14 @@
tags: tags:
- pagure - 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 - name: copy sundry pagure configuration
template: src={{ item.file }} template: src={{ item.file }}
dest={{ item.location }}/{{ item.file }} dest={{ item.location }}/{{ item.file }}