From 8d2a274f5c09f20f41da0460797919fe7b02c117 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 26 Mar 2018 10:56:57 +0200 Subject: [PATCH] Never use import_task from within an included file --- tasks/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/php.yml b/tasks/php.yml index 2a5f3da..e0559b7 100644 --- a/tasks/php.yml +++ b/tasks/php.yml @@ -106,7 +106,7 @@ owner=www-data group=www-data -- import_tasks: oci-{{ php_version|default('5.5') }}.yml +- include_tasks: oci-{{ php_version|default('5.5') }}.yml when: repository is defined and php_needs_oci8 - import_tasks: msodbc.yml -- GitLab