ansible/changelogs/fragments/py3-haproxy.yaml
Toshio Kuratomi f23c100419 Bkprt py3 haproxy (#37791)
* Fix python3 interpreter issue (#34811) (#35176)

* Fix python3 interpreter issue (#34811)

* Update ansible.module_utils._text (#34811)

* Convert to text later to account for multibyte characters

(cherry picked from commit 340064bfb9)

* Add a changelog fragment for haproxy python3 fix
2018-03-29 14:57:40 -07:00

3 lines
166 B
YAML

bugfixes:
- Fix to send and receive bytes over a socket in the haproxy module which was
causing tracebacks on Python3 https://github.com/ansible/ansible/pull/35176