From d22dc5ab8b4fea19ae08d214242ca3655c6dd7ba Mon Sep 17 00:00:00 2001 From: Andrey Klychkov Date: Fri, 18 Oct 2019 11:59:20 +0300 Subject: [PATCH] doc: postgresql_user: Add changelog fragment for 63565 (#63666) --- .../63565-postgresql_user_allow_user_name_with_dots.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/63565-postgresql_user_allow_user_name_with_dots.yml 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).