diff --git a/roles/copr/frontend-cloud/tasks/main.yml b/roles/copr/frontend-cloud/tasks/main.yml index edcc5ea1d7..ac5c5d2b71 100644 --- a/roles/copr/frontend-cloud/tasks/main.yml +++ b/roles/copr/frontend-cloud/tasks/main.yml @@ -42,11 +42,7 @@ - name: directory for postgresql dumps file: state=directory path=/var/www/html/db_dumps/ - owner=root 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 + owner=copr-fe mode=755 - name: install copr configs template: src="copr.conf" dest=/etc/copr/copr.conf mode=600