You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like \copy in psql, it would be nice to copy the data to/from the ansible_host instead of the PostgreSQL server. In psql afaik this is achieved using STDOUT / STDIN and redirection.
ISSUE TYPE
Feature Idea
COMPONENT NAME
Module postgresql_copy.
ADDITIONAL INFORMATION
Paths used in copy_from / copy_to should be allowed relative and be searched in ./files folder.
An extra parameter should describe, whether to store the file on the database host (requires administrator rights) or local at the Ansible host.
The text was updated successfully, but these errors were encountered:
SUMMARY
Like
\copy
inpsql
, it would be nice to copy the data to/from theansible_host
instead of the PostgreSQL server. Inpsql
afaik this is achieved usingSTDOUT
/STDIN
and redirection.ISSUE TYPE
COMPONENT NAME
Module
postgresql_copy
.ADDITIONAL INFORMATION
copy_from
/copy_to
should be allowed relative and be searched in./files
folder.The text was updated successfully, but these errors were encountered: