From 6fe04b8133578480e8b96f8cee6c118721bae8db 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 814ceb2..4eb2531 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -37,11 +37,10 @@
       ignore_errors: true
       tags: 'always'
 
-    - include_tasks: more.yml
+    - include: more.yml
       with_items: '{{ variable_files.stdout_lines|default([]) }}'
       loop_control:
         loop_var: inventory_name
-      tags: 'always'
 
     when: lookup('pipe','hostname') == inventory_hostname
 
-- 
GitLab