From e0f546203727e8fd02990b50e06eaa5cd44ee99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Sanju=C3=A1n?= Date: Fri, 23 Aug 2024 16:54:18 +0200 Subject: [PATCH] Add check --- .../targets/test_mysql_user/tasks/test_user_plugin_auth.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/targets/test_mysql_user/tasks/test_user_plugin_auth.yml b/tests/integration/targets/test_mysql_user/tasks/test_user_plugin_auth.yml index 9a501f5..09708e8 100644 --- a/tests/integration/targets/test_mysql_user/tasks/test_user_plugin_auth.yml +++ b/tests/integration/targets/test_mysql_user/tasks/test_user_plugin_auth.yml @@ -563,7 +563,7 @@ password: "{{ test_plugin_auth_string }}" priv: "{{ test_default_priv }}" - - name: Plugin auth | Check that the expected (previous) plugin type is set + - name: Plugin auth | Check that the expected plugin type is set ansible.builtin.include_tasks: utils/assert_plugin.yml vars: user_name: "{{ test_user_name }}" @@ -584,7 +584,7 @@ register: result failed_when: result is not changed - - name: Plugin auth | Check that the expected (previous) plugin type is set + - name: Plugin auth | Check that the expected plugin type is set (not changed) ansible.builtin.include_tasks: utils/assert_plugin.yml vars: user_name: "{{ test_user_name }}" @@ -601,7 +601,7 @@ register: result failed_when: result is not changed - - name: Plugin auth | Check that the expected (previous) plugin type is set + - name: Plugin auth | Check that the expected (new) plugin type is set ansible.builtin.include_tasks: utils/assert_plugin.yml vars: user_name: "{{ test_user_name }}"