From 5e057cfbcd7eb693b99f5da072d6e403f2e595e2 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Tue, 16 Jun 2026 18:01:34 +0200 Subject: [PATCH] test_group_case_insensitive.yml: Fix wrong user absent task The task used a users dict with name, first and last name given and state:absent. This combination does not make sense and was silenty ignored before by ipauser module. --- tests/group/test_group_case_insensitive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/group/test_group_case_insensitive.yml b/tests/group/test_group_case_insensitive.yml index 22fcc0d4..f4bda70d 100644 --- a/tests/group/test_group_case_insensitive.yml +++ b/tests/group/test_group_case_insensitive.yml @@ -136,7 +136,7 @@ - name: "Ensure test users test_users are absent" ipauser: - users: "{{ test_users }}" + name: "{{ user_names }}" state: absent - name: Test in all IPA versions 8.4.4+