postgresql_privs: add usage_on_types option (#941)

* postgresql_privs: add usage_of_types option

* add CI tests

* add changelog fragment
This commit is contained in:
Andrew Klychkov 2020-09-24 10:08:34 +03:00 committed by GitHub
commit 77bf8b9a66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).