freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
495 stars 233 forks source link

ipagroup: external groups not idempotent #1154

Open crt0r opened 1 year ago

crt0r commented 1 year ago

It seems like ipagroup is not idempotent for external groups with external members. Is this an expected behavior?

When it was discovered?

While running ipagroup more than once.

Module usage

Screenshot 2023-10-10 153546

Variables

There are two external groups and two FreeIPA POSIX groups that need to be present.

Screenshot 2023-10-10 153510

What it produced?

An error saying the external groups already have members.

Screenshot 2023-10-10 153428

rjeffman commented 1 year ago

This is a known bug, that will take some time to be fixed due to the way AD users are handled in FreeIPA.