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/plugins/modules/database/postgresql
Sebastiaan Mannem 3a5669991f
Update postgresql_pg_hba.py (#1124)
* Update postgresql_pg_hba.py

Fixes #1108

* Create changelog fragment for pull 1124

* Adding a unit test for pg_hba
2020-10-21 20:20:21 +03:00
..
postgresql_copy.py
postgresql_db.py
postgresql_ext.py postgresql_ext: fix module's failing when available ext versions contain a pure string (#1099) 2020-10-16 11:56:15 +03:00
postgresql_idx.py
postgresql_info.py postgresql_info: add in_recovery return value to show if a service in recovery mode or not (#1091) 2020-10-14 14:30:19 +03:00
postgresql_lang.py
postgresql_membership.py
postgresql_owner.py
postgresql_pg_hba.py Update postgresql_pg_hba.py (#1124) 2020-10-21 20:20:21 +03:00
postgresql_ping.py
postgresql_privs.py postgresql_privs: fix module fails when passing roles containing hyphens (#1059) 2020-10-11 12:57:19 +03:00
postgresql_publication.py
postgresql_query.py postgresql_query: add query_all_results ret value (#886) 2020-10-20 09:08:16 +03:00
postgresql_schema.py
postgresql_sequence.py
postgresql_set.py
postgresql_slot.py
postgresql_subscription.py
postgresql_table.py
postgresql_tablespace.py
postgresql_user.py
postgresql_user_obj_stat_info.py