From 6522a6f076c02ca235eff28c2bb70c53acfd9205 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Fri, 7 Apr 2023 08:57:29 +0200 Subject: [PATCH] ansible.cfg: retry SSH connections --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index a273763..805a0b1 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -17,3 +17,4 @@ always = yes [ssh_connection] pipelining = True +retries = 3