ini_file: fix regression reported in #2578 (#2875)

* Add regression test.

* Add more Unicode tests.

* Add fix.

* Add changelog.

* Work completely with Unicode.

* Update plugins/modules/files/ini_file.py

Co-authored-by: quidame <quidame@poivron.org>

Co-authored-by: quidame <quidame@poivron.org>
This commit is contained in:
Felix Fontein
2021-06-27 10:00:01 +02:00
committed by GitHub
parent 1b94d09209
commit 147425ef93
3 changed files with 73 additions and 20 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "ini_file - fix Unicode processing for Python 2 (https://github.com/ansible-collections/community.general/pull/2875)."