From 6a9ff85ca3a494e4a8d8bea2f474a191b4648427 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 13 Sep 2023 18:02:27 +0200 Subject: [PATCH] Fix privleges error --- .../targets/test_mysql_info/tasks/filter_users_privs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/test_mysql_info/tasks/filter_users_privs.yml b/tests/integration/targets/test_mysql_info/tasks/filter_users_privs.yml index a0c0be8..689234f 100644 --- a/tests/integration/targets/test_mysql_info/tasks/filter_users_privs.yml +++ b/tests/integration/targets/test_mysql_info/tasks/filter_users_privs.yml @@ -60,7 +60,7 @@ 'users_privs_db.t1': 'SELECT,INSERT,UPDATE' - user: users_privs_col privs: - 'users_privs_db.t1': 'SELECT(id)' + 'users_privs_db.t1': 'SELECT (id)' - user: users_privs_proc privs: 'PROCEDURE users_privs_db.get_all_items': 'EXECUTE'