You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/66331-postgresql_query_fix_...

5 lines
274 B
YAML

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).