From 03a925f820cd43ed89db40ff3bbc79b7b45986f7 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 21 Feb 2023 13:11:34 +0100 Subject: [PATCH] Fix variable assignation to the include task --- .../tasks/test_user_grants_with_roles_applied.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/test_mysql_user/tasks/test_user_grants_with_roles_applied.yml b/tests/integration/targets/test_mysql_user/tasks/test_user_grants_with_roles_applied.yml index b80da7b..8d209f6 100644 --- a/tests/integration/targets/test_mysql_user/tasks/test_user_grants_with_roles_applied.yml +++ b/tests/integration/targets/test_mysql_user/tasks/test_user_grants_with_roles_applied.yml @@ -81,7 +81,7 @@ - data1 - data2 - - include: utils_remove_user.yml user_name="{{ user_name_3 }}" + - include: utils_remove_user.yml user_name={{ user_name_3 }} - name: User grants with roles applied | Drop test role mysql_role: