ansible/changelogs/fragments/py3-consul_kv.yaml
Toshio Kuratomi 0a441eb2f1
Bkprt py3 consul kv (#37802)
* consul_kv: decodes kv values from Consul to utf-8 (#35894)

* Decodes kv values from Consul to utf-8.

* Switches to using module utils to perform text decoding.

* Adds self to authors list to help community maintenance.

(cherry picked from commit a4a2b4a381)

* Add a changelog fragment for consul_kv python3 fix
2018-04-10 10:03:30 -07:00

2 lines
101 B
YAML

bugfixes:
- Fix for consul_kv idempotence on Python3 https://github.com/ansible/ansible/issues/35893