From 58581556996b74aac78b26494a47c3e8ff116def Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 12 May 2022 14:16:20 +0200 Subject: [PATCH] Fix CI --- .../tasks/test_user_grants_with_roles_applied.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 6d76afb..f7a951d 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 @@ -48,13 +48,13 @@ - name: Create role mysql_query: <<: *mysql_params - name: CREATE ROLE IF NOT EXISTS test231 + query: CREATE ROLE IF NOT EXISTS test231 - name: Grant role mysql_query: <<: *mysql_params - name: 'GRANT ROLE test231 TO {{ user_name_3 }}@localhost' + query: 'GRANT ROLE test231 TO {{ user_name_3 }}@localhost' - name: Try to change privs mysql_user: