1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/50877-postgresql_privs_add-support-for-target_role.yaml
tcraxs bb61d7527f : add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" ()
* :
* add support to postgresql_privs to use "FOR { ROLE | USER } target_role"
   in "ALTER DEFAULT PRIVILEGES"

* fix sanity errors

* : fix documentation and add a check for correct usage
of target_roles

*  : fix missing absent option for default privs with target_role

* : add clear description, when target_roles can be used

* : fix conflicts, formatting, and add a changelog fragment

* : fix sanity error E335

* : swap conditions and fix error to warning msg

*  : add tests for default privileges

* : fix tests for default privileges

* : fix tests for default privileges on centos 6
2019-03-21 13:26:44 +00:00

3 lines
205 B
YAML

---
minor_changes:
- "postgresql_privs - introduces support to postgresql_privs to use 'FOR { ROLE | USER } target_role' in 'ALTER DEFAULT PRIVILEGES'. (https://github.com/ansible/ansible/issues/50877)"