summaryrefslogtreecommitdiff
path: root/changelogs/fragments/66331-postgresql_query_fix_unable_to_handle_non_ascii_chars_when_python3.yml
blob: 1dc1ca61e6c00ce87cc16002123c490c2a68a765 (plain)
1
2
3
4
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).