mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00:00
Test sftp and scp for ssh connection.
This commit is contained in:
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 "$@"
|
||||
Reference in New Issue
Block a user