mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 16:41:21 -07:00
postgresql_query: add query_all_results ret value (#886)
* postgresql_query: add query_all_results ret value * add changelog fragment * fix CI * fix doc * Update plugins/modules/database/postgresql/postgresql_query.py Co-authored-by: Tobias Birkefeld <t@craxs.de> * Update plugins/modules/database/postgresql/postgresql_query.py Co-authored-by: Tobias Birkefeld <t@craxs.de> * fix doc Co-authored-by: Tobias Birkefeld <t@craxs.de>
This commit is contained in:
parent
a6c950a44b
commit
8267fd3809
3 changed files with 89 additions and 40 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- postgresql_query - add ``query_list`` and ``query_all_results`` return values (https://github.com/ansible-collections/community.general/issues/838).
|
Loading…
Add table
Add a link
Reference in a new issue