mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add pipeline-ish method using dd for file transfer over SSH (#18642)
This commit is contained in:
committed by
Brian Coca
parent
2a90963833
commit
ac51266e8f
@@ -6,3 +6,5 @@ set -eux
|
||||
./posix.sh "$@"
|
||||
# scp
|
||||
ANSIBLE_SCP_IF_SSH=true ./posix.sh "$@"
|
||||
# piped
|
||||
ANSIBLE_SSH_TRANSFER_METHOD=piped ./posix.sh "$@"
|
||||
|
||||
Reference in New Issue
Block a user