From c7097b9fcf69783e4767b446fca0ae145e6d995b Mon Sep 17 00:00:00 2001 From: "E.S. Rosenberg a.k.a. Keeper of the Keys" Date: Wed, 5 Mar 2025 19:05:50 +0200 Subject: [PATCH] Fix condition Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys --- .../targets/test_mysql_user/tasks/test_user_locking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/test_mysql_user/tasks/test_user_locking.yml b/tests/integration/targets/test_mysql_user/tasks/test_user_locking.yml index 6c3976f..6462e6b 100644 --- a/tests/integration/targets/test_mysql_user/tasks/test_user_locking.yml +++ b/tests/integration/targets/test_mysql_user/tasks/test_user_locking.yml @@ -92,7 +92,7 @@ - SHOW CREATE USER 'mysql_locked_user'@'localhost' register: locked_user_creation failed_when: - - locked_user_creation.query_result[0][0] is search('ACCOUNT LOCK') + - locked_user_creation.query_result[0][0] is not search('ACCOUNT LOCK') - name: Mysql_user Lock user | create unlocked | Remove test user community.mysql.mysql_user: