mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Run more connection tests in Docker.
Connection tests are now run before non_destructive to make sure that the known_hosts file in our Docker image has not been removed.
This commit is contained in:
@@ -48,9 +48,11 @@ paramiko_ssh-no-pipelining ansible_ssh_pipelining=false
|
||||
ansible_host=localhost
|
||||
ansible_connection=paramiko_ssh
|
||||
|
||||
[skip-during-build:children]
|
||||
docker
|
||||
libvirt_lxc
|
||||
jail
|
||||
[test_default:children]
|
||||
local
|
||||
chroot
|
||||
|
||||
[test_docker:children]
|
||||
test_default
|
||||
ssh
|
||||
paramiko_ssh
|
||||
|
||||
Reference in New Issue
Block a user