From 0fb639db2a7ce383137da5d8715797985848758b Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 11 Aug 2019 15:52:54 +0200 Subject: [PATCH] copr: fe: simplify dump dir ownership --- roles/copr/frontend-cloud/tasks/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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