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.
This commit is contained in:
Thomas Woerner
2026-06-16 18:01:34 +02:00
parent fcf4a60de6
commit 5e057cfbcd

View File

@@ -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+