mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 02:25:53 +00:00
* fix(ipa_group): skip group_mod when external flag matches IPA state When external=false (the default), get_group_diff() left the external key in the diff even though the group was already non-external, causing a spurious group_mod call that IPA rejected with "no modifications to be performed". The fix checks equality in both directions. Fixes #5061 * fix(ipa_group): add changelog fragment for PR 11933 * add quoting to fragment |
||
|---|---|---|
| .. | ||
| action | ||
| become | ||
| cache | ||
| callback | ||
| connection | ||
| doc_fragments | ||
| filter | ||
| inventory | ||
| lookup | ||
| module_utils | ||
| modules | ||
| plugin_utils | ||
| test | ||