mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Prior to the switch to the urls.py code, non-200 responses contained a 'json' value when the content-type was JSON. This fix restores that field upon a non-2xx response. Fixes ansible/ansible#15555