mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
2a8da76907
* Added handling for 204 No Content in some circumstances Signed-off-by: Mike Raineri <michael.raineri@dell.com> * Correcting gzip usage; open_url does the decompression automatically Signed-off-by: Mike Raineri <michael.raineri@dell.com> * Changelog fragment Signed-off-by: Mike Raineri <michael.raineri@dell.com> * Removed imports no longer used Signed-off-by: Mike Raineri <michael.raineri@dell.com> * Updated data unpacking to dynamically check ansible-core version and response headers to see if gzip decompression is needed Signed-off-by: Mike Raineri <michael.raineri@dell.com> --------- Signed-off-by: Mike Raineri <michael.raineri@dell.com>
2 lines
243 B
YAML
2 lines
243 B
YAML
bugfixes:
|
|
- redfish_info - allow for a GET operation invoked by ``GetUpdateStatus`` to allow for an empty response body for cases where a service returns 204 No Content (https://github.com/ansible-collections/community.general/issues/8003).
|