From b65e5a8a20608b69713c7064bef0d450ed15d7d3 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 15 Apr 2024 17:10:18 +0200 Subject: [PATCH] Fix test task name for uniformity --- .../targets/test_mysql_info/tasks/filter_users_info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 46f26e7..fc8c66e 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 @@ -186,7 +186,7 @@ - users_info register: result - - name: Recreate users from mysql_info users_info result + - name: Mysql_info users_info | Recreate users from mysql_info result community.mysql.mysql_user: name: "{{ item.name }}" host: "{{ item.host }}"