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
parent 2aec1d1bbf
commit 08c96d94e6
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).