postgresql_owner: add trust_input parameter (#198)

* postgresql_owner: add trust_input parameter, allow to pass values containing dots to some parameters

* add changelog fragment

* fix CI

* fix CI
This commit is contained in:
Andrew Klychkov
2020-04-28 10:42:08 +03:00
committed by GitHub
parent da4e5d3592
commit 5febbca503
4 changed files with 194 additions and 19 deletions

View File

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