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
This commit is contained in:
ECRR
2019-06-10 03:16:01 -04:00
committed by Martin Krizek
parent c001391555
commit 5cc6486a2b
3 changed files with 38 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
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)