mirror of https://github.com/ansible/ansible.git
Backport 57507 postgresql_pg_hba bugfix (#58384)
* Merge authentication options back into a single field to prevent losing options beyond the first (#57507)
* Merge authentication options back into a single field to prevent losing options beyond the first
* Add integration test and changelog
* Fix multiple options for local type connections. Also fix sorting errors between local type connections that lack a src
* Build again because of github problems?
* Add spaces before comments
(cherry picked from commit 5cc6486a2b)
pull/58404/head
parent
084283233a
commit
a6ecc6c243
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- postgresql_pg_hba - After splitting fields, merge authentication options back into a single field to prevent losing options beyond the first (https://github.com/ansible/ansible/issues/57505)
|
||||
- postgresql_pg_hba - Fix multiple options for local type connections
|
||||
- postgresql_pg_hba - Fix sorting errors between local type connections that lack a src
|
||||
Loading…
Reference in New Issue