mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-04-10 19:00:56 +00:00
The ipagroup module was not using the failed and completed items in the dict that is returned with api_command. But it was creating add and remove lists for users, groups and services. This is not needed if the failures "already a member" and "not a member" in the result failures are ignored. Only other failures are reported.