Add trust_input to postgresql_user_obj_stat_info (#310)

Have added a trust_input option to the postgresql_user_obj_stat_info
module. This only checks the session_role since all other options are
passed as parameters.
This commit is contained in:
Thomas O'Donnell 2020-05-10 14:56:19 +02:00 committed by GitHub
commit 571837b199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 0 deletions

View file

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