mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 20:32:45 +00:00
In Python3 socket module returns responses as bytes type. So it's necessary to convert it to string for the module work correctly.