[2.10] Fix omapi_host on python3 (#788)

This commit is contained in:
Alexey Masolov 2020-11-22 22:21:18 +11:00 committed by GitHub
commit 5c768dc6f1
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).