mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
docker_container: make sure to_text() and to_native() are used instead of str() (#642)
* Make sure to_text() and to_native() are used instead of str(). * Add changelog. * Quoting should stay.
This commit is contained in:
2
changelogs/fragments/642-docker_container-python-2.yml
Normal file
2
changelogs/fragments/642-docker_container-python-2.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "docker_container - various error fixes in string handling for Python 2 to avoid crashes when non-ASCII characters are used in strings (https://github.com/ansible-collections/community.general/issues/640)."
|
||||
Reference in New Issue
Block a user