mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 03:42:45 +00:00
Also use to_native(e) instead of str(e) while here as str() itself might throw an exception when handling non-ASCII chars as pointed out by @abadger