postgresql_privs: fix the module mistakes a procedure for a function (#996)

* postgresql_privs: fix the module mistakes a procedure for a function

* add changelog fragment

* fix
This commit is contained in:
Andrew Klychkov
2020-09-29 21:27:30 +03:00
committed by GitHub
parent 104f6a3e96
commit 220051768b
3 changed files with 42 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- postgresql_privs - fix the module mistakes a procedure for a function (https://github.com/ansible-collections/community.general/issues/994).