From 25afdbc1edf3bf802afbd77a116a4f23b7aa30ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Mon, 5 Dec 2022 14:52:32 +0100 Subject: [PATCH] Change include to import Import are faster, inherit from tags and display contained tasks. We don't need any of the features offered by includes here. --- tests/integration/targets/test_mysql_user/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/test_mysql_user/tasks/main.yml b/tests/integration/targets/test_mysql_user/tasks/main.yml index 8a06ec0..ef21c55 100644 --- a/tests/integration/targets/test_mysql_user/tasks/main.yml +++ b/tests/integration/targets/test_mysql_user/tasks/main.yml @@ -281,7 +281,7 @@ - include: test_priv_subtract.yml enable_check_mode=no - include: test_priv_subtract.yml enable_check_mode=yes - - include: test_privs_issue_465.yml + - import_tasks: test_privs_issue_465.yml tags: - issue_465