mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
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:
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user