Fix test-kitchen net-scp-error (#736)
This commit report setting added to ansible-beats repo to fix the transient Net::SCP::Error reported in ansible-beats and ansible-elasticsearch during test-kitchen CI tests.
This commit is contained in:
parent
36c451d3f1
commit
64f92ed170
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
driver:
|
||||
name: docker
|
||||
|
||||
transport:
|
||||
max_ssh_sessions: 6
|
||||
|
||||
provisioner:
|
||||
name: ansible_playbook
|
||||
hosts: localhost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue