From 9f58f6a8d55508ffac214a29f4947e1af28960dc Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Fri, 22 Sep 2017 18:31:26 +0200 Subject: [PATCH] Partially undo: 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 676b0c6..4591cae 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,7 +20,7 @@ - block: - name: "Install Drupal" - include_tasks: install.yml + include: install.yml with_items: '{{ drupal_settings }}' loop_control: loop_var: drupal -- GitLab