ansible/changelogs/fragments/py3-znode.yaml
Toshio Kuratomi 9711c60b01
Bkprt py3 znode (#37038)
* fix python3 compatibility for znode module

kazoo client requires bytes and not string

(cherry picked from commit 2d98a2de68)
2018-03-05 13:01:48 -08:00

4 lines
117 B
YAML

---
fixes:
- |
Fix a bug calling the zookeeper API under Python3 https://github.com/ansible/ansible/pull/36999