Create the /var/www/releases for pagure
This commit is contained in:
parent
8f66dcee0e
commit
9d229a461e
1 changed files with 8 additions and 0 deletions
|
@ -137,6 +137,14 @@
|
||||||
|
|
||||||
# Set-up Pagure
|
# Set-up Pagure
|
||||||
|
|
||||||
|
- name: create the /var/www/releases folder
|
||||||
|
action: file state=directory
|
||||||
|
path=/var/www/releases
|
||||||
|
owner=git group=git mode=0775
|
||||||
|
tags:
|
||||||
|
- pagure
|
||||||
|
- web
|
||||||
|
|
||||||
- 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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue