postgresql_info: add the trust_input parameter (#308)

* postgresql_info: add the trust_input parameter

* add changelog fragment
This commit is contained in:
Andrew Klychkov
2020-05-09 11:24:20 +03:00
committed by GitHub
parent 156d90ce90
commit acc7bc1ea6
3 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- postgresql_info - add the ``trust_input`` parameter (https://github.com/ansible-collections/community.general/pull/308).