mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +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