ansible/changelogs/fragments/66331-postgresql_query_fix_unable_to_handle_non_ascii_chars_when_python3.yml

5 lines
274 B
YAML
Raw Normal View History

bugfixes:
- postgresql_query - the module doesn't support non-ASCII characters in SQL files with Python3 (https://github.com/ansible/ansible/issues/65367).
minor_changes:
- postgresql_query - add the ``encoding`` parameter (https://github.com/ansible/ansible/issues/65367).