postgresql_privs: add usage_on_types option (#941) (#955)

* postgresql_privs: add usage_of_types option

* add CI tests

* add changelog fragment

(cherry picked from commit 77bf8b9a66)

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
patchback[bot]
2020-09-24 10:33:42 +03:00
committed by GitHub
parent 407d776610
commit 90ed2fa5c3
3 changed files with 55 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- postgresql_privs - add the ``usage_on_types`` option (https://github.com/ansible-collections/community.general/issues/884).