From 11985ff47b0fc9a3047e382852814c7fd86a668d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 29 Oct 2017 01:20:34 +0200 Subject: [PATCH] remove include dependency --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 8570db6..1869ca1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,3 +1,3 @@ --- -- include: install.yml -- include: config.yml +- include_tasks: install.yml +- include_tasks: config.yml