From 502bf58df14b196aeaac1ca46a886c33af6f251e Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 8 Apr 2024 18:03:00 +0200 Subject: [PATCH] Add tls tests users in cleanup task --- .../targets/test_mysql_info/tasks/filter_users_info.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/integration/targets/test_mysql_info/tasks/filter_users_info.yml b/tests/integration/targets/test_mysql_info/tasks/filter_users_info.yml index c547cf8..63ce190 100644 --- a/tests/integration/targets/test_mysql_info/tasks/filter_users_info.yml +++ b/tests/integration/targets/test_mysql_info/tasks/filter_users_info.yml @@ -330,6 +330,14 @@ - users_info_usage_only - users_info_columns_uppercase - users_info_multi_hosts + - users_info_tls_none + - users_info_tls_ssl + - users_info_tls_cipher + - users_info_tls_x509 + - users_info_tls_subject + - users_info_tls_issuer + - users_info_tls_subject_issuer + - users_info_tls_sub_issu_ciph - name: Mysql_info users_info | Cleanup databases community.mysql.mysql_db: