mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07: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:
parent
f62b8027e0
commit
8b92e0454d
2 changed files with 39 additions and 34 deletions
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)."
|
Loading…
Add table
Add a link
Reference in a new issue