[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
parent 4c88a8edc0
commit 5c768dc6f1
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).