From 57bb96da0241c226ca8cbdbe7d6a55e49307aa80 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 19 Sep 2017 10:35:30 +0200 Subject: [PATCH] Replace deprecated "include" directive in Ansible 2.4 --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index f6d62c6..ce05044 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -37,7 +37,7 @@ ignore_errors: true tags: always - - include: more.yml + - include_tasks: more.yml with_items: '{{ variable_files.stdout_lines|default([]) }}' loop_control: loop_var: inventory_name -- GitLab