mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +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.