mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Test sftp and scp for ssh connection.
This commit is contained in:
parent
197658aff4
commit
80c559bdef
2 changed files with 9 additions and 1 deletions
1
test/integration/targets/connection_ssh/posix.sh
Symbolic link
1
test/integration/targets/connection_ssh/posix.sh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../connection_posix/test.sh
|
|
@ -1 +0,0 @@
|
||||||
../connection_posix/test.sh
|
|
8
test/integration/targets/connection_ssh/runme.sh
Executable file
8
test/integration/targets/connection_ssh/runme.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -eux
|
||||||
|
|
||||||
|
# sftp
|
||||||
|
./posix.sh "$@"
|
||||||
|
# scp
|
||||||
|
ANSIBLE_SCP_IF_SSH=true ./posix.sh "$@"
|
Loading…
Reference in a new issue