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
parent 748fb40541
commit 87423f4a33
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)