From 495d26b365af48ce5c9d9d556f7e8f2e9222bff3 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 21 Aug 2018 14:02:56 -0400 Subject: [PATCH] Update main.yml --- roles/httpd/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 797cbc05a..9604a026f 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 }}" # Not nec on Raspbian. Is this really still needed elsewhere? + path: "/etc/apache2/sites-enabled/{{ item }}" src: "/etc/apache2/sites-available/{{ item }}" state: link with_items: @@ -114,7 +114,7 @@ path: "{{ item }}" state: absent with_items: - - /etc/apache2/000-default.conf + - /etc/apache2/000-default.conf # Not nec on Raspbian. Is this really still needed elsewhere? - /etc/apache2/sites-enabled/000-default.conf when: is_debuntu