From 7c854a18bb6957e51cd9b2e4a4ad2e0e43af5def Mon Sep 17 00:00:00 2001
From: Maxime Guyot <Miouge1@users.noreply.github.com>
Date: Thu, 12 Mar 2020 18:10:39 +0100
Subject: [PATCH] Enable retries on SSH error during CI (#5755)

---
 tests/ansible.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/ansible.cfg b/tests/ansible.cfg
index 9c4057529..21c77f13b 100644
--- a/tests/ansible.cfg
+++ b/tests/ansible.cfg
@@ -1,6 +1,7 @@
 [ssh_connection]
 pipelining=True
 ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
+retries=2
 [defaults]
 forks = 20
 host_key_checking=False
-- 
GitLab