From 6e716d3ab49d3d2058935a31f3df210829d99fc2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 16 Jun 2015 17:39:21 +0000 Subject: [PATCH] selinux, of course. --- roles/taiga/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index 718ae35ed8..ab28cefc24 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -182,6 +182,8 @@ tags: taiga - file: dest=/home/taiga mode=0750 tags: taiga +- seboolean: name=httpd_read_user_content state=true persistent=true + tags: taiga - file: dest=/etc/nginx/site-enabled/default state=absent notify: restart nginx