[2.10] Fix omapi_host on python3 (#788) (#1353)

(cherry picked from commit 5c768dc6f1)

Co-authored-by: Alexey Masolov <amasolov@redhat.com>
This commit is contained in:
patchback[bot] 2020-11-22 12:43:09 +01:00 committed by GitHub
commit 7ace59f505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 10 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- omapi_host - fix compatibility with Python 3 (https://github.com/ansible-collections/community.general/issues/787).