From af834222afed76f4cbfe630ddc39df3c27c21531 Mon Sep 17 00:00:00 2001 From: liquidat Date: Sun, 1 Sep 2019 01:59:41 +0200 Subject: [PATCH] Move pipelining option to proper section --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 3f1f090b1..0ae274f73 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,5 @@ [defaults] retry_files_enabled = False + +[connection] pipelining = True