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
parent b797922e20
commit f3b82a9470
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).