From 35bc56d626b684d84818b63a27418726cfeeda10 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Tue, 21 Sep 2021 15:02:39 +0100
Subject: [PATCH] Filename fixed

---
 tasks/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/config.yml b/tasks/config.yml
index 68731c9..ff050d3 100644
--- a/tasks/config.yml
+++ b/tasks/config.yml
@@ -24,7 +24,7 @@
         group: root
         mode: 0644
       loop:
-        - apache.conf
+        - apache2.conf
         - ports.conf
       loop_control:
         loop_var: file
-- 
GitLab