diff options
author | tcraxs <t@craxs.de> | 2019-03-21 14:26:44 +0100 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2019-03-21 14:26:44 +0100 |
commit | bb61d7527f48e61ff04d56c2678b5283f38c704a (patch) | |
tree | 34be476ee850a8085022763992a13c6d0c7a46b2 /changelogs | |
parent | nxos_static_route: reconcile_candidate fails to remove 'track' routes (#53806) (diff) | |
download | ansible-bb61d7527f48e61ff04d56c2678b5283f38c704a.tar.xz ansible-bb61d7527f48e61ff04d56c2678b5283f38c704a.zip |
#50877: add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" (#51073)
* #50877:
* add support to postgresql_privs to use "FOR { ROLE | USER } target_role"
in "ALTER DEFAULT PRIVILEGES"
* fix sanity errors
* #50877: fix documentation and add a check for correct usage
of target_roles
* #50877: fix missing absent option for default privs with target_role
* #50877: add clear description, when target_roles can be used
* #50877: fix conflicts, formatting, and add a changelog fragment
* #50877: fix sanity error E335
* #50877: swap conditions and fix error to warning msg
* #50877: add tests for default privileges
* #50877: fix tests for default privileges
* #50877: fix tests for default privileges on centos 6
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/50877-postgresql_privs_add-support-for-target_role.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/50877-postgresql_privs_add-support-for-target_role.yaml b/changelogs/fragments/50877-postgresql_privs_add-support-for-target_role.yaml new file mode 100644 index 0000000000..ccd0cad3d4 --- /dev/null +++ b/changelogs/fragments/50877-postgresql_privs_add-support-for-target_role.yaml @@ -0,0 +1,3 @@ +--- +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)" |