convert string returned by plugin to unicode (#2329)

* convert string returned by plugin to unicode

* add changelog fragment

* fix changelog format

* fix changelog format yet again

Co-authored-by: Anubhav Chakraborty <anubchak@cisco.com>
This commit is contained in:
Anubhav Chakraborty
2021-04-24 15:50:11 +05:30
committed by GitHub
parent 2799cd4ac7
commit f11f6595cc
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- hiera lookup plugin - converts the return type of plugin to unicode string (https://github.com/ansible-collections/community.general/pull/2329).