postgresql_privs: Fix bug with grant_option (#796)

This commit is contained in:
Milan Ilic 2020-08-21 12:57:26 +02:00 committed by GitHub
commit f3b82a9470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 139 additions and 6 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_privs - the module was attempting to revoke grant options even though ``grant_option`` was not specified (https://github.com/ansible-collections/community.general/pull/796).