From 2006067b48f049a602fd51cf58f8361444677502 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Fri, 15 Nov 2019 14:27:17 +0100
Subject: [PATCH] Let it pipeline ssh

---
 ansible.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ansible.cfg b/ansible.cfg
index 94ea095d..2c957007 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -29,6 +29,10 @@ become = True
 # Ask for password
 become_ask_pass = True
 
+[ssh_connection]
+
+pipelining = True
+
 [diff]
 
 # TO know what changed
-- 
GitLab