postgresql_privs: add procedure type support (#1048)

* postgresql_privs: add procedure type support

* add CI tests

* add changelog fragment

* change

* improve doc formatting
This commit is contained in:
Andrew Klychkov 2020-10-08 08:21:39 +03:00 committed by GitHub
commit 08c96d94e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 192 additions and 14 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- postgresql_privs - add ``procedure`` type support (https://github.com/ansible-collections/community.general/issues/1002).