summaryrefslogtreecommitdiff
path: root/test/integration/targets/connection_ssh/runme.sh
blob: 18eaf87d3a917ee826a19ed3f2db4d29306dbaff (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -eux

# sftp
./posix.sh "$@"
# scp
ANSIBLE_SCP_IF_SSH=true ./posix.sh "$@"
# piped
ANSIBLE_SSH_TRANSFER_METHOD=piped ./posix.sh "$@"