Some more invalid group/owner
This commit is contained in:
parent
ad7a71e1fa
commit
c8d62131f6
1 changed files with 2 additions and 3 deletions
|
@ -67,13 +67,12 @@
|
|||
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 }}
|
||||
owner=git group=postfix mode=0640
|
||||
owner=pagure group=postfix mode=0640
|
||||
with_items:
|
||||
- { file: pagure.cfg, location: /etc/pagure }
|
||||
- { file: alembic.ini, location: /etc/pagure }
|
||||
|
@ -108,7 +107,7 @@
|
|||
- name: Install the wsgi file
|
||||
template: src={{ item }}
|
||||
dest=/var/www/{{ item }}
|
||||
owner=git group=git mode=0644
|
||||
owner=pagure group=pagure mode=0644
|
||||
with_items:
|
||||
- pagure.wsgi
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue