mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 13:42:49 +00:00
ipa module utils: detect and fail on errors in API response `failed` field (#11698)
* ipa_* modules: detect and fail on errors in API response ``failed`` field
Fixes: https://github.com/ansible-collections/community.general/issues/1239
* fix chglog frag
* adjust chglog frag
---------
(cherry picked from commit 47ef322a5f)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
363 B
YAML
4 lines
363 B
YAML
bugfixes:
|
|
- "ipa module utils - fix failure to detect errors reported in the ``failed`` field of the IPA API response,
|
|
which is returned with HTTP 200 on partial or full failures in member add/remove operations
|
|
(https://github.com/ansible-collections/community.general/issues/1239, https://github.com/ansible-collections/community.general/pull/11698)."
|