From 67ba330ccb4bb4fead8658c993ab03b8e609f1c4 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 9 Nov 2017 15:02:47 +0100
Subject: [PATCH] ansible-playbooks/general#72 Go back to includes for main.yml
 files

---
 tasks/main.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tasks/main.yml b/tasks/main.yml
index a7e3205..fa66831 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -11,9 +11,8 @@
 
 - block:
 
-  - include_tasks: apache.yml
+  - include: apache.yml
     when: '"apache" not in excluded_roles and role_apache_completed is not defined'
-    tags: 'always'
 
   - name: 'Apache | Remember that this role had been run'
     set_fact: role_apache_completed=true
-- 
GitLab