From 291b677c5557f523347df3fa6eb778b7b4151ab8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 21 Aug 2018 08:46:08 -0400 Subject: [PATCH] Update main.yml --- roles/httpd/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 693bedf10..797cbc05a 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -102,7 +102,7 @@ - name: Create symlinks for enabling our site (debuntu) file: - path: "/etc/apache2/sites-enabled/{{ item }}" + path: "/etc/apache2/sites-enabled/{{ item }}" # Not nec on Raspbian. Is this really still needed elsewhere? src: "/etc/apache2/sites-available/{{ item }}" state: link with_items: