mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-04-26 00:16:36 +00:00
When adding new members to a role, the existing members were removed. The correct behavior for the "member" action is to add those members, and substitute the existing ones. This patch fixes this behavior. Fix #409, #411, #412, #413