postgresql_idx: add trust_input parameter (#264)

* postgresql_idx: add trust_input parameter

* add changelog fragment
This commit is contained in:
Andrew Klychkov
2020-05-05 16:33:06 +03:00
committed by GitHub
parent 2bc89b56e8
commit 4c14956280
3 changed files with 71 additions and 15 deletions

View File

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