From 1c98461d94f0675f1be445568f04d37c57e8298c Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Sun, 25 Mar 2018 15:55:51 +0200
Subject: [PATCH] ansible-playbooks/general#72 Always use import_tasks or
 include_tasks instead of just include

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

diff --git a/tasks/main.yml b/tasks/main.yml
index 3a222c1..c63897b 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -7,7 +7,7 @@
 
 - block:
 
-  - include: install.yml
+  - import_tasks: install.yml
 
   - name: 'Remember that this role had been run'
     set_fact: role_wkhtmltopdf_completed=true
-- 
GitLab