From c16f0abe353ab1c58610b6ece27e186f8c098a25 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 21 May 2015 11:02:39 +0200 Subject: [PATCH] Adjust name and tag tasks --- roles/pagure/frontend/tasks/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/pagure/frontend/tasks/main.yml b/roles/pagure/frontend/tasks/main.yml index 1353996b14..585bd8e070 100644 --- a/roles/pagure/frontend/tasks/main.yml +++ b/roles/pagure/frontend/tasks/main.yml @@ -214,12 +214,16 @@ - name: Add default facl so apache can read git repos acl: default=yes etype=user entity=apache permissions=rx name=/srv/git register: acl_updates + tags: + - pagure - name: Manually fix current ACLs since Ansible doesnt know recursive acls when: acl_updates.changed command: /usr/bin/setfacl -Rdm user:apache:rx /srv/git + tags: + - pagure -- name: set sebooleans so pkgdb2 can talk to the db +- name: set sebooleans so pagure can talk to the db action: seboolean name=httpd_can_network_connect_db state=true persistent=true