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

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix chglog frag

* adjust chglog frag

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexei Znamensky
2026-03-31 07:41:10 +13:00
committed by GitHub
parent 68ae04a95a
commit 47ef322a5f
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
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)."