diff --git a/changelogs/fragments/63565-postgresql_user_allow_user_name_with_dots.yml b/changelogs/fragments/63565-postgresql_user_allow_user_name_with_dots.yml new file mode 100644 index 00000000000..435a737f583 --- /dev/null +++ b/changelogs/fragments/63565-postgresql_user_allow_user_name_with_dots.yml @@ -0,0 +1,2 @@ +bugfixes: +- postgresql_user - allow to pass user name which contains dots (https://github.com/ansible/ansible/issues/63204).