From ff2a4eadd8f33de80f8a9fd33b244194591e9f5a Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 29 Mar 2018 14:58:53 -0700 Subject: [PATCH] add haproxy py3 fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c3f371b20..cb5d11b20d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,6 +121,7 @@ Ansible Changes By Release (https://github.com/ansible/ansible/pull/37646) * Fix output of the interfaces_file module: https://github.com/ansible/ansible/pull/37818/files +* Fix haproxy traceback on Python 3 https://github.com/ansible/ansible/pull/35176