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
|
path=/srv/tmp
|
||||||
owner=pagure group=pagure mode=0775
|
owner=pagure group=pagure mode=0775
|
||||||
tags:
|
tags:
|
||||||
- gitolite
|
|
||||||
- pagure
|
- 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 }}
|
||||||
owner=git group=postfix mode=0640
|
owner=pagure group=postfix mode=0640
|
||||||
with_items:
|
with_items:
|
||||||
- { file: pagure.cfg, location: /etc/pagure }
|
- { file: pagure.cfg, location: /etc/pagure }
|
||||||
- { file: alembic.ini, location: /etc/pagure }
|
- { file: alembic.ini, location: /etc/pagure }
|
||||||
|
@ -108,7 +107,7 @@
|
||||||
- name: Install the wsgi file
|
- name: Install the wsgi file
|
||||||
template: src={{ item }}
|
template: src={{ item }}
|
||||||
dest=/var/www/{{ item }}
|
dest=/var/www/{{ item }}
|
||||||
owner=git group=git mode=0644
|
owner=pagure group=pagure mode=0644
|
||||||
with_items:
|
with_items:
|
||||||
- pagure.wsgi
|
- pagure.wsgi
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue