mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-22 09:18:49 +00:00
* #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 |
||
|---|---|---|
| .. | ||
| main.yml | ||
| pg_authid_not_readable.yml | ||
| postgresql_facts.yml | ||
| postgresql_idx.yml | ||
| postgresql_ping.yml | ||
| postgresql_privs.yml | ||
| postgresql_query.yml | ||
| postgresql_set.yml | ||
| postgresql_tablespace.yml | ||
| session_role.yml | ||
| state_dump_restore.yml | ||
| test_no_password_change.yml | ||
| test_password.yml | ||
| test_target_role.yml | ||