postgresql_sequence: add trust_input option (#295)

* Add trust_input option to postgresql_sequence

Have added the trust_input option to the postgresql_sequence module.

* Add changelog fragment

Have added a changelog fragment for these changes.
This commit is contained in:
Thomas O'Donnell
2020-05-07 08:07:49 +02:00
committed by GitHub
parent 9ff2c7685f
commit e4dd15a746
3 changed files with 50 additions and 6 deletions

View File

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