From c3c9470b32bd983862892d3f39314d7cd60f1116 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 12 May 2022 14:43:54 +0200 Subject: [PATCH] Fix CI --- .../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 f7a951d..7af3890 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 @@ -54,7 +54,7 @@ - name: Grant role mysql_query: <<: *mysql_params - query: 'GRANT ROLE test231 TO {{ user_name_3 }}@localhost' + query: 'GRANT test231 TO {{ user_name_3 }}@localhost' - name: Try to change privs mysql_user: