mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Add pipeline-ish method using dd for file transfer over SSH (#18642)
This commit is contained in:
parent
2a90963833
commit
ac51266e8f
5 changed files with 58 additions and 19 deletions
|
@ -6,3 +6,5 @@ set -eux
|
|||
./posix.sh "$@"
|
||||
# scp
|
||||
ANSIBLE_SCP_IF_SSH=true ./posix.sh "$@"
|
||||
# piped
|
||||
ANSIBLE_SSH_TRANSFER_METHOD=piped ./posix.sh "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue