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: