mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Split integration tests out from Makefile. (#17976)
This commit is contained in:
1
test/integration/targets/connection_chroot/runme.sh
Symbolic link
1
test/integration/targets/connection_chroot/runme.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../connection_posix/test.sh
|
||||
@@ -0,0 +1,6 @@
|
||||
[chroot]
|
||||
chroot-pipelining ansible_ssh_pipelining=true
|
||||
chroot-no-pipelining ansible_ssh_pipelining=false
|
||||
[chroot:vars]
|
||||
ansible_host=/
|
||||
ansible_connection=chroot
|
||||
Reference in New Issue
Block a user