Fix decoding of response payloads for python 3.5 (#687)

* fix decoding of response payloads for python 3.5

* add changelog fragment
This commit is contained in:
Bill Dodd 2020-07-24 16:35:33 -05:00 committed by GitHub
commit 87423f4a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- redfish_info, redfish_config, redfish_command - Fix Redfish response payload decode on Python 3.5 (https://github.com/ansible-collections/community.general/issues/686)