postgresql_ping: add session_role and trust_input parameters (#312)

* postgresql_ping: add session_role and trust_input parameters

* add changelog fragment
This commit is contained in:
Andrew Klychkov
2020-05-12 09:34:28 +03:00
committed by GitHub
parent fce150fcf7
commit 31085fffb7
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- postgresql_ping - add the ``trust_input`` parameter (https://github.com/ansible-collections/community.general/pull/312).
- postgresql_ping - add the ``session_role`` parameter (https://github.com/ansible-collections/community.general/pull/312).