From 019a6d89cd7603a1e232e5574e04027f39610359 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 14 Sep 2023 11:19:15 +0200 Subject: [PATCH] add a test user with multiple privs --- .../targets/test_mysql_info/tasks/filter_users_privs.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 689234f..2edfcb1 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 @@ -64,6 +64,10 @@ - user: users_privs_proc privs: 'PROCEDURE users_privs_db.get_all_items': 'EXECUTE' + - user: users_privs_multi + privs: + 'mysql.*': 'SELECT' + 'users_privs_db.*': 'SELECT' # ================================== Tests ==============================