From c16f040a40e586e74711fc14425a833f5ecb39dd Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Tue, 29 Jan 2019 03:19:48 +0000 Subject: [PATCH] this dir is needed for robots.txt stuff too Signed-off-by: Rick Elrod --- 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 9e1180f369..62256571bf 100644 --- a/roles/httpd/website/tasks/main.yml +++ b/roles/httpd/website/tasks/main.yml @@ -20,6 +20,7 @@ tags: - httpd - httpd/website + - robots - name: Letsencrypt certificate stuff include_role: name=letsencrypt