postgresql_query: add search_path parameter (#653)

* postgresql_query: add search_path parameter

* add CI tests

* add ref to seealso

* add changelog fragment

* fix test syntax

* fix test syntax

* fix

* fix

* fix CI syntax

* cosmetic change

* improve CI test

* move CI tests to the right place

* improve CI
This commit is contained in:
Andrew Klychkov
2020-07-20 10:08:02 +03:00
committed by GitHub
parent ee6baa30cf
commit 09d68678ee
3 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- postgresql_query - add search_path parameter (https://github.com/ansible-collections/community.general/issues/625).