copr: fe: simplify dump dir ownership
This commit is contained in:
parent
baa5635ffe
commit
0fb639db2a
1 changed files with 1 additions and 5 deletions
|
@ -42,11 +42,7 @@
|
||||||
|
|
||||||
- name: directory for postgresql dumps
|
- name: directory for postgresql dumps
|
||||||
file: state=directory path=/var/www/html/db_dumps/
|
file: state=directory path=/var/www/html/db_dumps/
|
||||||
owner=root mode=755
|
owner=copr-fe mode=755
|
||||||
|
|
||||||
- name: allow postgres writing to db_dumps dir
|
|
||||||
acl: path=/var/www/html/db_dumps/
|
|
||||||
entity=copr-fe permissions=rwx etype=user state=present
|
|
||||||
|
|
||||||
- name: install copr configs
|
- name: install copr configs
|
||||||
template: src="copr.conf" dest=/etc/copr/copr.conf mode=600
|
template: src="copr.conf" dest=/etc/copr/copr.conf mode=600
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue