From 5e1d2fc494bb43b8055e5550b96abe03e84513e4 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 6 Jan 2015 21:21:24 +0000 Subject: [PATCH] Specify setype for robots.txt. --- roles/httpd/website/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/httpd/website/tasks/main.yml b/roles/httpd/website/tasks/main.yml index bd4c3b3e67..ab7fbe48e0 100644 --- a/roles/httpd/website/tasks/main.yml +++ b/roles/httpd/website/tasks/main.yml @@ -60,6 +60,7 @@ mode=0644 owner=root group=root + setype=httpd_sys_content_t with_first_found: - robots/robots.txt.{{name}} - robots/robots.txt