From cea41a544e44dfb0910fcbab02768ae8a68122be Mon Sep 17 00:00:00 2001
From: Matthew Mosesohn <matthew.mosesohn@gmail.com>
Date: Mon, 23 Oct 2017 13:56:03 +0100
Subject: [PATCH] Use include instead of import tasks to support v2.3 (#1855)

Eventually 2.3 support will be dropped, so this is
a temporary change.
---
 roles/download/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/download/tasks/main.yml b/roles/download/tasks/main.yml
index f26429e1e..79c0a85db 100644
--- a/roles/download/tasks/main.yml
+++ b/roles/download/tasks/main.yml
@@ -1,5 +1,5 @@
 ---
-- import_tasks: download_prep.yml
+- include: download_prep.yml
   when:
     - not skip_downloads|default(false)
 
-- 
GitLab