mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* The JSONDecodeError exception only exists in Python 3. * Without a properly parsed JSON response there is no more error processing to be done, no matter the http response code. Relates to #38178