From 697497a4feba57f3986db38d089a158b88e7285d Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 27 Jul 2015 19:46:40 +0200
Subject: [PATCH] Tests and bug fixes

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

diff --git a/tasks/apache.yml b/tasks/apache.yml
index b976082..85a7711 100644
--- a/tasks/apache.yml
+++ b/tasks/apache.yml
@@ -2,7 +2,7 @@
 # file: roles/serverdensity/tasks/apache.yml
 
 - name: "ServerDensity | Apache | Enable some required modules"
-  apache_module:
+  apache2_module:
     name={{ item }}
     state=present
   with_items:
-- 
GitLab