diff --git a/roles/distgit/pagure/tasks/main.yml b/roles/distgit/pagure/tasks/main.yml index 54dfa50cac..7b8ba5f694 100644 --- a/roles/distgit/pagure/tasks/main.yml +++ b/roles/distgit/pagure/tasks/main.yml @@ -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 }}