freeipa / ansible-freeipa

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

ipagroup: Fix idempotence issues due to capitalization #1201

Closed rjeffman closed 5 months ago

rjeffman commented 6 months ago

Some attributes for ipagroup objects are stored using lower case letters and should be converted upon retrieving parameter data.

This patch adds the missing conversion and provides a new test playbook:

tests/group/test_group_case_insensitive.yml

Fixes #1197