From af827752fbf02850c0bedc09226700a90702de5a Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 19 Oct 2021 17:28:24 +0200 Subject: [PATCH] import instead of include for tag heritage --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6183d79..ccc7589 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,4 +1,4 @@ --- # tasks file for php-fpm -- include_tasks: php-fpm.yml +- import_tasks: php-fpm.yml tags: php \ No newline at end of file